1
0
mirror of https://github.com/DCC-EX/CommandStation-EX.git synced 2024-11-22 15:46:14 +01:00

Update WifiESP32.cpp (#338)

* Update WifiESP32.cpp

Fix SSID for AP from DCC_ to DCCEX_

* Update version.h to 4.2.59
This commit is contained in:
Fred 2023-06-22 19:47:20 -04:00 committed by GitHub
parent 99b6ca025a
commit 196a27a27a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 2 deletions

View File

@ -176,7 +176,7 @@ bool WifiESP::setup(const char *SSid,
}
if (!haveSSID) {
// prepare all strings
String strSSID("DCC_");
String strSSID("DCCEX_");
String strPass("PASS_");
String strMac = WiFi.macAddress();
strMac.remove(0,9);

View File

@ -4,7 +4,8 @@
#include "StringFormatter.h"
#define VERSION "4.2.58"
#define VERSION "4.2.59"
// 4.2.59 - Fix: AP SSID was DCC_ instead of DCCEX_
// 4.2.58 - Start motordriver as soon as possible but without waveform
// 4.2.57 - New overload handling (faster and handles commonFaultPin again)
// - Optimize analog read STM32