more ota work-ota cmd line implemented-not tested

This commit is contained in:
sleclerc
2019-09-21 00:17:59 -04:00
parent 8aedca48a7
commit bc6215e34a
13 changed files with 2240 additions and 1956 deletions

View File

@@ -240,11 +240,11 @@ void console_start() {
esp_console_register_help_command();
register_system();
register_nvs();
#if !RECOVERY_APPLICATION
#pragma message "compiling for squeezelite""
#if ! RECOVERY_APPLICATION
#warning "compiling for squeezelite"
register_squeezelite();
#else
#pragma message "compiling for recovery"
#warning "compiling for recovery"
register_ota_cmd();
#endif
register_i2ctools();