[STM32WLx] Update Rx interrupt example (#1272)

This commit is contained in:
jgromes 2024-10-14 16:38:57 +01:00
parent 56ae9ad76b
commit 710a1540b5

View file

@ -154,8 +154,5 @@ void loop() {
Serial.println(state);
}
// put module back to listen mode
radio.startReceive();
}
}