config.h 275 B

1234567891011121314151617181920
  1. #ifndef __CONFIG_H__
  2. #define __CONFIG_H__
  3. #include "driver/gpio.h"
  4. #define SW_VERSION "1.0"
  5. #define PHOTO_SENSOR_PIN GPIO_NUM_18
  6. #define BLINK_GPIO CONFIG_BLINK_GPIO
  7. #define SOUND_ENABLED
  8. #define DOOR_SENSOR_ENABLED
  9. #define WIFI_ENABLED
  10. //#define MQTT_ENABLED
  11. #endif