sd_i2s+sd_vs_v3

This commit is contained in:
e2002
2022-12-16 12:43:53 +03:00
parent db34be117f
commit a2ba963027
8 changed files with 43 additions and 23 deletions

View File

@@ -484,6 +484,7 @@ void NetServer::getPlaylist(uint8_t clientId) {
}
bool NetServer::importPlaylist() {
if(config.store.play_mode==PM_SDCARD) return false;
File tempfile = SPIFFS.open(TMP_PATH, "r");
if (!tempfile) {
return false;