Browse Source

Merge pull request #102 from unhold/master

Add missing EN logmessage
master
biologist79 4 years ago
committed by GitHub
parent
commit
54b5424662
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      src/logmessages_EN.h

1
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 = "<p>Backup-file is being applied...<br />Back to <a href=\"javascript:history.back()\">last page</a>.</p>";
static const char restartWebsite[] PROGMEM = "<p>ESPuino is being restarted...<br />Back to <a href=\"javascript:history.back()\">last page</a>.</p>";
static const char shutdownWebsite[] PROGMEM = "<p>Der ESPuino is being shutdown...</p>";

Loading…
Cancel
Save