mirror of
https://github.com/sle118/squeezelite-esp32.git
synced 2025-12-16 08:27:01 +03:00
update cspot
This commit is contained in:
@@ -146,7 +146,7 @@ int main(int argc, char *argv[])
|
||||
filename = argv[2];
|
||||
}
|
||||
|
||||
elf_firmware_t firmware;
|
||||
elf_firmware_t firmware = {};
|
||||
elf_read_firmware(filename, &firmware);
|
||||
avr_init(g_avr);
|
||||
avr_load_firmware(g_avr, &firmware);
|
||||
|
||||
Reference in New Issue
Block a user