user_config.h 642 B

12345678910111213141516171819202122232425262728293031
  1. #ifndef __USER_CONFIG_H__
  2. #define __USER_CONFIG_H__
  3. #define EP_PRJ_SPADEV 0
  4. #define EP_PRJ_LIGHT_PWM 0
  5. #define PLUG_DEVICE 0
  6. #define LIGHT_DEVICE 0
  7. #define SENSOR_DEVICE 0
  8. #define AIRCON_DEVICE 0
  9. #define AIRCON_DEVICE_V3 0
  10. #define ESP_WEBSERVER 0
  11. #define ESP_PLATFORM 0
  12. #define CH_AIRCON_DEVICE 0
  13. <<<<<<< HEAD
  14. #define ESPNOW_SLAVE 0
  15. =======
  16. #define ESPNOW_SLAVE 1
  17. >>>>>>> 6c1c2767efceb84a5c1b2167c34517d589b2c768
  18. #define ESPNOW_CONTROLLER 0
  19. #define DEVICE_RTC 0
  20. #define RTC_USE_SW_TIMER
  21. // #define USE_US_TIMER
  22. #define PWLDEV_PWM_HW_TIMER
  23. #if EP_PRJ_LIGHT_PWM
  24. // #define PRJ_EMH02DE_V1
  25. #endif
  26. #endif