diff --git a/src/main.cpp b/src/main.cpp index c05a732..1567105 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -146,7 +146,7 @@ void sendCommand(uint8_t *buffer) //transmit a command for (int i = 1; i < 200; i++) { radio.writeFast(buffer, bytecount); } - delay(500); + delay(100); radio.flush_tx(); radio.txStandBy(); }