Disable wifi by default
This commit is contained in:
parent
7dc2baab1f
commit
fd014e1cc7
1 changed files with 4 additions and 4 deletions
|
@ -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")
|
||||
|
||||
/**
|
||||
|
|
Loading…
Reference in a new issue