1
0
mirror of https://github.com/DCC-EX/CommandStation-EX.git synced 2025-07-31 11:23:44 +02:00

Compare commits

..

1 Commits

Author SHA1 Message Date
Harald Barth
aa1f25fc72 Set WIFI_FORCE_AP default as false 2023-07-09 12:04:40 +02:00
3 changed files with 12 additions and 3 deletions

View File

@@ -1 +1 @@
#define GITHUB_SHA "devel-202307080654Z"
#define GITHUB_SHA "devel-202307091003Z"

View File

@@ -182,6 +182,15 @@
#define WIFI_ON false
#endif
#ifndef WIFI_FORCE_AP
#define WIFI_FORCE_AP false
#else
#if WIFI_FORCE_AP==true || WIFI_FORCE_AP==false
#else
#error WIFI_FORCE_AP needs to be true or false
#endif
#endif
#if ENABLE_ETHERNET
#if defined(HAS_ENOUGH_MEMORY)
#define ETHERNET_ON true

View File

@@ -3,8 +3,8 @@
#include "StringFormatter.h"
#define VERSION "4.2.64"
// 4.2.64 - new config WIFI_FORCE_AP option
#define VERSION "4.2.65"
// 4.2.65 - 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