mirror of
https://github.com/sle118/squeezelite-esp32.git
synced 2025-12-07 03:57:07 +03:00
idf.py app now builds both squeezelite and recovery in a single pass
This commit is contained in:
5
components/platform_console/app_recovery/recovery.c
Normal file
5
components/platform_console/app_recovery/recovery.c
Normal file
@@ -0,0 +1,5 @@
|
||||
int main(int argc, char **argv){
|
||||
return 1;
|
||||
}
|
||||
void register_squeezelite(){
|
||||
}
|
||||
Reference in New Issue
Block a user