From eacd7c9c5bbeabaf4177ae0b8ecad1e51f00fb10 Mon Sep 17 00:00:00 2001 From: Jens Noack Date: Mon, 10 May 2021 09:09:06 +0200 Subject: [PATCH] Added a fake modification to enable commit again --- ampel-firmware/config.public.h | 1 + 1 file changed, 1 insertion(+) diff --git a/ampel-firmware/config.public.h b/ampel-firmware/config.public.h index 0e980b2..ef04315 100644 --- a/ampel-firmware/config.public.h +++ b/ampel-firmware/config.public.h @@ -16,6 +16,7 @@ // # 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") + /** * WIFI */