Merge remote-tracking branch 'origin/master' into httpd

This commit is contained in:
Sebastien
2019-12-03 16:07:40 -05:00
7 changed files with 49 additions and 29 deletions

View File

@@ -57,7 +57,7 @@ void process_autoexec(){
char * str_flag = config_alloc_get(NVS_TYPE_STR, "autoexec");
if(!bypass_wifi_manager){
ESP_LOGW(TAG, "Procesing autoexec commands while wifi_manager active. Wifi related commands will be ignored.");
ESP_LOGW(TAG, "Processing autoexec commands while wifi_manager active. Wifi related commands will be ignored.");
}
#if RECOVERY_APPLICATION
ESP_LOGD(TAG, "Processing autoexec commands in recovery mode. Squeezelite commands will be ignored.");