1
0
mirror of https://github.com/DCC-EX/CommandStation-EX.git synced 2025-02-17 06:29:15 +01:00

drop forced wifi diag

This commit is contained in:
Asbelos 2022-12-08 17:20:32 +00:00
parent ee6e6fecc4
commit af38a52398

View File

@ -124,7 +124,6 @@ void setup()
#endif #endif
LCD(3, F("Ready")); LCD(3, F("Ready"));
CommandDistributor::broadcastPower(); CommandDistributor::broadcastPower();
Diag::WIFI=true;
} }
void loop() void loop()