Merge remote-tracking branch 'root/master' into udp

This commit is contained in:
Kevin Hester
2020-12-09 11:21:59 +08:00
26 changed files with 691 additions and 1914 deletions

View File

@@ -1088,7 +1088,7 @@ void DebugInfo::drawFrameWiFi(OLEDDisplay *display, OLEDDisplayUiState *state, i
}
}
if ((millis() / 1000) % 2) {
if ((millis() / 10000) % 2) {
display->drawString(x, y + FONT_HEIGHT_SMALL * 2, "SSID: " + String(wifiName));
} else {
display->drawString(x, y + FONT_HEIGHT_SMALL * 2, "PWD: " + String(wifiPsw));