Skip to content

Commit

Permalink
Fix missing begin
Browse files Browse the repository at this point in the history
  • Loading branch information
lewisxhe committed Oct 28, 2024
1 parent 27e4e80 commit b097561
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,9 @@ void setup()
delay(5000); // Give time to switch to the serial monitor
Serial.println(F("\nSetup ... "));


watch.begin();

Serial.println(F("Initialise the radio"));
int16_t state = radio.begin();
debug(state != RADIOLIB_ERR_NONE, F("Initialise radio failed"), state, true);
Expand Down

0 comments on commit b097561

Please sign in to comment.