This commit is contained in:
2025-11-22 21:54:36 +03:00
parent 0778fb60aa
commit 16aca10f44
5 changed files with 46124 additions and 20 deletions

View File

@@ -26,9 +26,9 @@ void app_main(void)
zh_gpio_init();
gpio_set_level(TRIAC_GPIO, LOW);
zh_io_expander_init();
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, EXT_LED_BLUE, 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, EXT_LED_BLUE, LED_ON);
}
static void zh_wifi_softap_init(void)