idf.py app now builds both squeezelite and recovery in a single pass

This commit is contained in:
Sebastien
2020-03-09 23:47:15 -04:00
parent d93e691534
commit 879272dfe4
35 changed files with 176 additions and 217 deletions

View File

@@ -0,0 +1,5 @@
int main(int argc, char **argv){
return 1;
}
void register_squeezelite(){
}