1
0
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:
Harald Barth 2021-10-24 19:38:07 +02:00
parent 05eb0d763a
commit 7d7b337f82

View File

@ -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
///////////////////////////////////////////////////////////////////////////////////// /////////////////////////////////////////////////////////////////////////////////////
// //