This commit is contained in:
2025-11-23 10:32:16 +03:00
parent 622b27ce50
commit f8bc7e65ff
2 changed files with 6 additions and 6 deletions

View File

@@ -42,8 +42,8 @@ void app_main(void)
esp_event_loop_create_default(); esp_event_loop_create_default();
_zh_wifi_softap_init(); _zh_wifi_softap_init();
_zh_webserver_init(); _zh_webserver_init();
_zh_encoder_init(); // _zh_encoder_init();
_zh_ac_dimmer_init(); // _zh_ac_dimmer_init();
_zh_pcf8574_init(); _zh_pcf8574_init();
// zh_pcf8574_write_gpio(&led_handle, TS_LED_GREEN, LED_ON); // zh_pcf8574_write_gpio(&led_handle, TS_LED_GREEN, LED_ON);
// zh_pcf8574_write_gpio(&led_handle, RET_LED_BLUE, LED_ON); // zh_pcf8574_write_gpio(&led_handle, RET_LED_BLUE, LED_ON);

View File

@@ -676,15 +676,15 @@ CONFIG_DAC_DMA_AUTO_16BIT_ALIGN=y
# ESP-Driver:GPIO Configurations # ESP-Driver:GPIO Configurations
# #
# CONFIG_GPIO_ESP32_SUPPORT_SWITCH_SLP_PULL is not set # CONFIG_GPIO_ESP32_SUPPORT_SWITCH_SLP_PULL is not set
# CONFIG_GPIO_CTRL_FUNC_IN_IRAM is not set CONFIG_GPIO_CTRL_FUNC_IN_IRAM=y
# end of ESP-Driver:GPIO Configurations # end of ESP-Driver:GPIO Configurations
# #
# ESP-Driver:GPTimer Configurations # ESP-Driver:GPTimer Configurations
# #
CONFIG_GPTIMER_ISR_HANDLER_IN_IRAM=y CONFIG_GPTIMER_ISR_HANDLER_IN_IRAM=y
# CONFIG_GPTIMER_CTRL_FUNC_IN_IRAM is not set CONFIG_GPTIMER_CTRL_FUNC_IN_IRAM=y
# CONFIG_GPTIMER_ISR_CACHE_SAFE is not set CONFIG_GPTIMER_ISR_CACHE_SAFE=y
CONFIG_GPTIMER_OBJ_CACHE_SAFE=y CONFIG_GPTIMER_OBJ_CACHE_SAFE=y
# CONFIG_GPTIMER_ENABLE_DEBUG_LOG is not set # CONFIG_GPTIMER_ENABLE_DEBUG_LOG is not set
# end of ESP-Driver:GPTimer Configurations # end of ESP-Driver:GPTimer Configurations
@@ -2065,7 +2065,7 @@ CONFIG_STACK_CHECK_NONE=y
CONFIG_ESP32_APPTRACE_DEST_NONE=y CONFIG_ESP32_APPTRACE_DEST_NONE=y
CONFIG_ESP32_APPTRACE_LOCK_ENABLE=y CONFIG_ESP32_APPTRACE_LOCK_ENABLE=y
CONFIG_ADC2_DISABLE_DAC=y CONFIG_ADC2_DISABLE_DAC=y
# CONFIG_GPTIMER_ISR_IRAM_SAFE is not set CONFIG_GPTIMER_ISR_IRAM_SAFE=y
# CONFIG_MCPWM_ISR_IRAM_SAFE is not set # CONFIG_MCPWM_ISR_IRAM_SAFE is not set
# CONFIG_EVENT_LOOP_PROFILING is not set # CONFIG_EVENT_LOOP_PROFILING is not set
CONFIG_POST_EVENTS_FROM_ISR=y CONFIG_POST_EVENTS_FROM_ISR=y