Edzelf / ESP32-Radio

Internet radio based on ESP32, VS1053 and a TFT screen.
GNU General Public License v3.0
973 stars 229 forks source link

HALT after UPDATE #356

Open DK8XK opened 4 years ago

DK8XK commented 4 years ago

Dear Sir's, I like to update via web interface. Every thing works until next startup. Protokoll halts at: .... D: endFillByte is 0 D: Start CH376

Waiting doesn't help. No CH376 present. Ist there a workaround? If start of CH376 fail, please go on.

Best regards - Willi - dk8xk

Edzelf commented 4 years ago

Just change the definitions near line 166:

#define CH376                          // For CXH376 support (reading files from USB stick)
#define SDCARD                         // For SD card support (reading files from SD card)

to:

//#define CH376                          // For CXH376 support (reading files from USB stick)
//#define SDCARD                         // For SD card support (reading files from SD card)