mirror of
https://github.com/DCC-EX/CommandStation-EX.git
synced 2024-11-22 15:46:14 +01:00
Set WIFI_FORCE_AP default as false
This commit is contained in:
parent
b44bebc1c6
commit
aa1f25fc72
|
@ -1 +1 @@
|
|||
#define GITHUB_SHA "devel-202307080654Z"
|
||||
#define GITHUB_SHA "devel-202307091003Z"
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue
Block a user