| 12345678910111213141516171819202122232425262728293031 |
- #ifndef __USER_CONFIG_H__
- #define __USER_CONFIG_H__
- #define EP_PRJ_SPADEV 0
- #define EP_PRJ_LIGHT_PWM 0
- #define PLUG_DEVICE 0
- #define LIGHT_DEVICE 0
- #define SENSOR_DEVICE 0
- #define AIRCON_DEVICE 0
- #define AIRCON_DEVICE_V3 0
- #define ESP_WEBSERVER 0
- #define ESP_PLATFORM 0
- #define CH_AIRCON_DEVICE 0
- <<<<<<< HEAD
- #define ESPNOW_SLAVE 0
- =======
- #define ESPNOW_SLAVE 1
- >>>>>>> 6c1c2767efceb84a5c1b2167c34517d589b2c768
- #define ESPNOW_CONTROLLER 0
- #define DEVICE_RTC 0
- #define RTC_USE_SW_TIMER
- // #define USE_US_TIMER
- #define PWLDEV_PWM_HW_TIMER
- #if EP_PRJ_LIGHT_PWM
- // #define PRJ_EMH02DE_V1
- #endif
- #endif
|