From 5007373f589675247b19ef37f96aac5a418db6e8 Mon Sep 17 00:00:00 2001 From: August Quint <49277349+AugustQu@users.noreply.github.com> Date: Tue, 1 Sep 2020 11:34:13 +0200 Subject: [PATCH] Update main.h added: CWA-handling --- include/main.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/include/main.h b/include/main.h index bc63ff4e..3e346af7 100644 --- a/include/main.h +++ b/include/main.h @@ -20,5 +20,6 @@ #include "sensor.h" #include "lorawan.h" #include "timekeeper.h" +#include "corona.h" -#endif \ No newline at end of file +#endif