Set WIFI_FORCE_AP default as false

This commit is contained in:
Harald Barth 2023-07-09 12:04:40 +02:00
parent b44bebc1c6
commit aa1f25fc72
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