#ifndef AMPEL_H_INCLUDED #define AMPEL_H_INCLUDED /***************************************************************** * Libraries * *****************************************************************/ //NOTE: Too many headers. Move them to include/ folder? // Needed for offline config too. #include "config.h" //TODO: Replace with just web_config #include "web_config.h" #include "csv_writer.h" #ifdef AMPEL_WIFI # include "wifi_util.h" # include "mqtt.h" # ifdef AMPEL_HTTP # include "web_server.h" # endif #endif #include "lorawan.h" #include "util.h" #include "ntp.h" #include "sensor_console.h" #include "co2_sensor.h" #include "led_effects.h" #endif