mirror of
https://github.com/sle118/squeezelite-esp32.git
synced 2025-12-07 12:07:09 +03:00
more ota work-ota cmd line implemented-not tested
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user