mirror of
https://github.com/DCC-EX/CommandStation-EX.git
synced 2024-12-25 21:41:23 +01:00
on ESP32 currently WIFI should be on
This commit is contained in:
parent
05eb0d763a
commit
7d7b337f82
@ -70,7 +70,9 @@ The configuration file for DCC-EX Command Station
|
|||||||
// NOTE: Only supported on Arduino Mega
|
// NOTE: Only supported on Arduino Mega
|
||||||
// Set to false if you not even want it on the Arduino Mega
|
// Set to false if you not even want it on the Arduino Mega
|
||||||
//
|
//
|
||||||
//#define ENABLE_WIFI true
|
// Currently ESP32 single core only works with WIFI ON because of Watchdog code
|
||||||
|
// and if you have an ESP32 you probably want WIFI anyway.
|
||||||
|
#define ENABLE_WIFI true
|
||||||
|
|
||||||
/////////////////////////////////////////////////////////////////////////////////////
|
/////////////////////////////////////////////////////////////////////////////////////
|
||||||
//
|
//
|
||||||
|
Loading…
Reference in New Issue
Block a user