1
0
mirror of https://github.com/DCC-EX/CommandStation-EX.git synced 2025-07-28 18:03:45 +02:00

Compare commits

...

2 Commits

Author SHA1 Message Date
Fred
0c6b968766 Update version.h 2023-06-22 19:41:15 -04:00
Fred
fe7a7efb1e Update WifiESP32.cpp
Fix SSID for AP from DCC_ to DCCEX_
2023-06-22 19:39:24 -04:00
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