From 89dbd2d51de7b478ea9694b06025b4b65f949cbd Mon Sep 17 00:00:00 2001 From: Christian Unhold Date: Wed, 7 Apr 2021 21:41:54 +0200 Subject: [PATCH] Add missing EN logmessage --- src/logmessages_EN.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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.

"; static const char restartWebsite[] PROGMEM = "

ESPuino is being restarted...
Back to last page.

"; static const char shutdownWebsite[] PROGMEM = "

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";