DSM: fix low power

This commit is contained in:
Pascal Langer
2021-01-28 09:09:43 +01:00
parent 7676398aab
commit f11da0c1de
3 changed files with 6 additions and 6 deletions

View File

@@ -292,7 +292,7 @@ void setup()
currMillis = millis();
}
delay(50); // Brief delay for FTDI debugging
delay(250); // Brief delay for FTDI debugging
debugln("Multiprotocol version: %d.%d.%d.%d", VERSION_MAJOR, VERSION_MINOR, VERSION_REVISION, VERSION_PATCH_LEVEL);
#endif