wip:
This commit is contained in:
@@ -14,8 +14,8 @@ void zh_pcf8574_event_handler(void *arg, esp_event_base_t event_base, int32_t ev
|
||||
|
||||
void app_main(void)
|
||||
{
|
||||
esp_log_level_set("zh_pcf8574", ESP_LOG_ERROR);
|
||||
esp_log_level_set("zh_vector", ESP_LOG_ERROR);
|
||||
// esp_log_level_set("zh_pcf8574", ESP_LOG_ERROR);
|
||||
// esp_log_level_set("zh_vector", ESP_LOG_ERROR);
|
||||
gpio_config_t triac_pin_config = {
|
||||
.intr_type = GPIO_INTR_DISABLE,
|
||||
.mode = GPIO_MODE_OUTPUT,
|
||||
|
||||
Reference in New Issue
Block a user