green led fix + i2c timeout - release

This commit is contained in:
Philippe G
2020-09-01 13:41:17 -07:00
parent 8947f2fc75
commit d95d1cd3db
2 changed files with 2 additions and 2 deletions

View File

@@ -413,7 +413,7 @@ void app_main()
/* start the wifi manager */
ESP_LOGD(TAG,"Blinking led");
led_blink(LED_GREEN, 250, 250);
led_blink_pushed(LED_GREEN, 250, 250);
if(bypass_wifi_manager){
ESP_LOGW(TAG,"\n\nwifi manager is disabled. Please use wifi commands to connect to your wifi access point.\n\n");