mirror of https://github.com/e2002/yoradio.git
sd_i2s+sd_vs_v7
This commit is contained in:
parent
560d8791bd
commit
7910bdeab5
|
|
@ -33,7 +33,7 @@ void Config::init() {
|
|||
loadTheme();
|
||||
ssidsCount = 0;
|
||||
sdResumePos = 0;
|
||||
if(SDC_CS!=255 && store.play_mode==PM_SDCARD){
|
||||
if(SDC_CS!=255){
|
||||
//pinMode(SDC_CS, OUTPUT); digitalWrite(SDC_CS, HIGH);
|
||||
//SDSPI.begin(SDC_SPI);
|
||||
//SDSPI.setFrequency(1000000);
|
||||
|
|
@ -42,7 +42,7 @@ void Config::init() {
|
|||
store.play_mode=PM_WEB;
|
||||
Serial.println("##[ERROR]#\tCard Mount Failed");
|
||||
}else{
|
||||
initSDPlaylist();
|
||||
if(store.play_mode==PM_SDCARD) initSDPlaylist();
|
||||
}
|
||||
}
|
||||
if(store.play_mode==PM_WEB) initPlaylist();
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
#ifndef options_h
|
||||
#define options_h
|
||||
|
||||
#define YOVERSION "0.8.840"
|
||||
#define YOVERSION "0.8.841"
|
||||
|
||||
/*******************************************************
|
||||
DO NOT EDIT THIS FILE.
|
||||
|
|
|
|||
Loading…
Reference in New Issue