Skip to content

Commit

Permalink
do not transmit speed, pause on master reset
Browse files Browse the repository at this point in the history
  • Loading branch information
topquark22 committed Aug 26, 2023
1 parent 25197e1 commit 9192b13
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions morse/morse.ino
Original file line number Diff line number Diff line change
Expand Up @@ -667,9 +667,6 @@ void setup() {
radio.openWritingPipe(deviceID); // Get NRF24L01 ready to transmit
radio.stopListening();

transmitSpeed();
transmitPause();

} else { // recv mode

radio.openReadingPipe(1, deviceID); // Get NRF24L01 ready to receive
Expand Down

0 comments on commit 9192b13

Please sign in to comment.