From 7d7b337f82d149eebbe92fa2e5cb67c9305c20c5 Mon Sep 17 00:00:00 2001 From: Harald Barth Date: Sun, 24 Oct 2021 19:38:07 +0200 Subject: [PATCH] on ESP32 currently WIFI should be on --- config.example.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/config.example.h b/config.example.h index 5c6da06..7338051 100644 --- a/config.example.h +++ b/config.example.h @@ -70,7 +70,9 @@ The configuration file for DCC-EX Command Station // NOTE: Only supported on 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 ///////////////////////////////////////////////////////////////////////////////////// //