Skip to content

Commit b097561

Browse files
committed
Fix missing begin
1 parent 27e4e80 commit b097561

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

examples/radio/SX1262/LoRaWAN/LoRaWAN_Starter/LoRaWAN_Starter.ino

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,9 @@ void setup()
7575
delay(5000); // Give time to switch to the serial monitor
7676
Serial.println(F("\nSetup ... "));
7777

78+
79+
watch.begin();
80+
7881
Serial.println(F("Initialise the radio"));
7982
int16_t state = radio.begin();
8083
debug(state != RADIOLIB_ERR_NONE, F("Initialise radio failed"), state, true);

0 commit comments

Comments
 (0)