* fix for double radio.begin(). RNG seed from pressing ENTER
This commit is contained in:
@@ -6,6 +6,6 @@ ESP32Board board;
|
||||
ESPNOWRadio radio;
|
||||
|
||||
bool radio_init() {
|
||||
radio.begin();
|
||||
// NOTE: radio.begin() is called by Dispatcher::begin(), so not needed here
|
||||
return true; // success
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user