#ifndef __CONFIG_H__ #define __CONFIG_H__ #include "driver/gpio.h" #define SW_VERSION "1.0" #define BLINK_GPIO CONFIG_BLINK_GPIO #define ENABLE_DS18B20 //#define WIFI_ENABLED //#define MQTT_ENABLED #endif