Shorten delay after sending command
This commit is contained in:
@@ -146,7 +146,7 @@ void sendCommand(uint8_t *buffer) //transmit a command
|
|||||||
for (int i = 1; i < 200; i++) {
|
for (int i = 1; i < 200; i++) {
|
||||||
radio.writeFast(buffer, bytecount);
|
radio.writeFast(buffer, bytecount);
|
||||||
}
|
}
|
||||||
delay(500);
|
delay(100);
|
||||||
radio.flush_tx();
|
radio.flush_tx();
|
||||||
radio.txStandBy();
|
radio.txStandBy();
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user