mirror of
https://github.com/meshcore-dev/MeshCore.git
synced 2026-04-20 22:13:47 +00:00
* fix for double radio.begin(). RNG seed from pressing ENTER
This commit is contained in:
parent
1220c69aa9
commit
d32e641225
2 changed files with 11 additions and 7 deletions
|
|
@ -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
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue