* wifi power max

This commit is contained in:
Scott Powell
2025-03-25 15:13:07 +11:00
parent 8355543366
commit 1220c69aa9
2 changed files with 6 additions and 3 deletions

View File

@@ -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