diff --git a/CommandStation-EX.ino b/CommandStation-EX.ino index a6885ff..77e8f40 100644 --- a/CommandStation-EX.ino +++ b/CommandStation-EX.ino @@ -30,6 +30,7 @@ * © 2021 Neil McKechnie * © 2020-2021 Chris Harlow, Harald Barth, David Cutting, * Fred Decker, Gregor Baues, Anthony W - Dayton + * © 2023 Nathan Kellenicki * All rights reserved. * * This file is part of CommandStation-EX diff --git a/GITHUB_SHA.h b/GITHUB_SHA.h index 5c0ffb6..5ec114e 100644 --- a/GITHUB_SHA.h +++ b/GITHUB_SHA.h @@ -1 +1 @@ -#define GITHUB_SHA "devel-overcurrent-202307061457Z" +#define GITHUB_SHA "devel-202307080654Z" diff --git a/WifiESP32.cpp b/WifiESP32.cpp index 3fe91ae..28a15fe 100644 --- a/WifiESP32.cpp +++ b/WifiESP32.cpp @@ -1,6 +1,7 @@ /* - © 2023, Paul M. Antoine - © 2021, Harald Barth. + © 2023 Paul M. Antoine + © 2021 Harald Barth + © 2023 Nathan Kellenicki This file is part of CommandStation-EX diff --git a/WifiESP32.h b/WifiESP32.h index 1cf0d91..ec2f560 100644 --- a/WifiESP32.h +++ b/WifiESP32.h @@ -1,5 +1,6 @@ /* - * © 2021, Harald Barth. + * © 2021 Harald Barth + * © 2023 Nathan Kellenicki * * This file is part of CommandStation-EX * diff --git a/WifiInterface.cpp b/WifiInterface.cpp index bd9cf22..20dc235 100644 --- a/WifiInterface.cpp +++ b/WifiInterface.cpp @@ -2,6 +2,7 @@ * © 2021 Fred Decker * © 2020-2022 Harald Barth * © 2020-2022 Chris Harlow + * © 2023 Nathan Kellenicki * All rights reserved. * * This file is part of CommandStation-EX @@ -96,6 +97,7 @@ bool WifiInterface::setup(long serial_link_speed, (void) hostname; (void) port; (void) channel; + (void) forceAP; #endif // See if the WiFi is attached to the first serial port diff --git a/WifiInterface.h b/WifiInterface.h index 33bc211..652156d 100644 --- a/WifiInterface.h +++ b/WifiInterface.h @@ -1,6 +1,7 @@ /* * © 2020-2021 Chris Harlow * © 2020, Harald Barth. + * © 2023 Nathan Kellenicki * All rights reserved. * * This file is part of CommandStation-EX diff --git a/config.example.h b/config.example.h index 9fe6135..0f136f9 100644 --- a/config.example.h +++ b/config.example.h @@ -4,6 +4,7 @@ * © 2020-2023 Harald Barth * © 2020-2021 Fred Decker * © 2020-2021 Chris Harlow + * © 2023 Nathan Kellenicki * * This file is part of CommandStation-EX * diff --git a/version.h b/version.h index 0962b76..7f6bdc7 100644 --- a/version.h +++ b/version.h @@ -3,7 +3,8 @@ #include "StringFormatter.h" -#define VERSION "4.2.63" +#define VERSION "4.2.64" +// 4.2.64 - new config WIFI_FORCE_AP option // 4.2.63 - completely new overcurrent detection // - ESP32 protect from race in RMT code // 4.2.62 - Update IO_RotaryEncoder.h to ignore sending current position