mirror of
https://github.com/meshcore-dev/MeshCore.git
synced 2026-03-30 12:45:45 +00:00
* wifi power max
This commit is contained in:
@@ -544,9 +544,9 @@ void setup() {
|
||||
fast_rng.begin(radio.random(0x7FFFFFFF));
|
||||
#else
|
||||
char c = 0;
|
||||
while (c != '\n') { // wait for ENTER to be pressed
|
||||
if (Serial.available()) c = Serial.read();
|
||||
}
|
||||
// while (c != '\n') { // wait for ENTER to be pressed
|
||||
// if (Serial.available()) c = Serial.read();
|
||||
// }
|
||||
fast_rng.begin(millis());
|
||||
#endif
|
||||
|
||||
|
||||
Reference in New Issue
Block a user