config.h 213 B

123456789101112131415161718
  1. #ifndef __CONFIG_H__
  2. #define __CONFIG_H__
  3. #include "driver/gpio.h"
  4. #define SW_VERSION "1.0"
  5. #define BLINK_GPIO CONFIG_BLINK_GPIO
  6. #define ENABLE_DS18B20
  7. //#define WIFI_ENABLED
  8. //#define MQTT_ENABLED
  9. #endif