diff --git a/src/logmessages_EN.h b/src/logmessages_EN.h index 265ef64..f70b9fa 100644 --- a/src/logmessages_EN.h +++ b/src/logmessages_EN.h @@ -162,6 +162,7 @@ static const char listingDirectory[] PROGMEM = "Listing directory"; static const char failedToOpenDirectory[] PROGMEM = "Failed to open directory"; static const char notADirectory[] PROGMEM = "Not a directory"; static const char sdMountedMmc1BitMode[] PROGMEM = "SD card mounted in SPI-mode configured..."; +static const char sdMountedSpiMode[] PROGMEM = "Mounting SD card in SPI-mode..."; static const char backupRecoveryWebsite[] PROGMEM = "
Backup-file is being applied...
Back to last page.
ESPuino is being restarted...
Back to last page.
Der ESPuino is being shutdown...
"; @@ -177,4 +178,4 @@ static const char lowPowerCardSuccess[] PROGMEM = "Switch to low power card-dete static const char rememberLastVolume[] PROGMEM = "Restored volume used before last shutdown. This overwrites the initial volume configured via webgui."; static const char unableToStartFtpServer[] PROGMEM = "FTP-server cannot be started. This is because FTP-service is already active of because WiFi is unavailable."; static const char newPlayModeStereo[] PROGMEM = "New mode: stereo"; -static const char newPlayModeMono[] PROGMEM = "New mode: mono"; \ No newline at end of file +static const char newPlayModeMono[] PROGMEM = "New mode: mono";