From fd014e1cc77c3b47131685acdf1029528bd1425f Mon Sep 17 00:00:00 2001 From: Dorian Zedler Date: Sun, 9 May 2021 21:12:17 +0200 Subject: [PATCH] Disable wifi by default --- ampel-firmware/config.public.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/ampel-firmware/config.public.h b/ampel-firmware/config.public.h index 9d6e04d..900974d 100644 --- a/ampel-firmware/config.public.h +++ b/ampel-firmware/config.public.h @@ -8,10 +8,10 @@ */ // Comment or remove those lines if you want to disable the corresponding services -# define AMPEL_WIFI // Should ESP connect to WiFi? It allows the Ampel to get time from an NTP server. -# define AMPEL_HTTP // Should HTTP web server be started? (AMPEL_WIFI should be enabled too) -# define AMPEL_MQTT // Should data be sent over MQTT? (AMPEL_WIFI should be enabled too) -# define AMPEL_CSV // Should data be logged as CSV, on the ESP flash memory? +// # define AMPEL_WIFI // Should ESP connect to WiFi? It allows the Ampel to get time from an NTP server. +// # define AMPEL_HTTP // Should HTTP web server be started? (AMPEL_WIFI should be enabled too) +// # define AMPEL_MQTT // Should data be sent over MQTT? (AMPEL_WIFI should be enabled too) +// # define AMPEL_CSV // Should data be logged as CSV, on the ESP flash memory? // # define AMPEL_LORAWAN // Should data be sent over LoRaWAN? (Requires ESP32 + LoRa modem, and "MCCI LoRaWAN LMIC library") /**