From 196a27a27abf1ddab5c685a7ed8489dd68306890 Mon Sep 17 00:00:00 2001 From: Fred Date: Thu, 22 Jun 2023 19:47:20 -0400 Subject: [PATCH] Update WifiESP32.cpp (#338) * Update WifiESP32.cpp Fix SSID for AP from DCC_ to DCCEX_ * Update version.h to 4.2.59 --- WifiESP32.cpp | 2 +- version.h | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/WifiESP32.cpp b/WifiESP32.cpp index 7754e11..ef02d8d 100644 --- a/WifiESP32.cpp +++ b/WifiESP32.cpp @@ -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); diff --git a/version.h b/version.h index 75228d0..cfad079 100644 --- a/version.h +++ b/version.h @@ -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