Skip to content

Commit

Permalink
[Fix] Befehle wieder anzeigen
Browse files Browse the repository at this point in the history
  • Loading branch information
littleyoda committed May 11, 2019
1 parent d1f68dc commit 54fbe13
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion decoder/Webserver.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ void Webserver::handleDoFormat() {

void Webserver::handleFilelist() {
String output = "" + Utils::getHTMLHeader() + F("<table><thead><tr><th>Name</th><th>Size</th></thead><tbody>");
#ifdef esp8266
#ifdef ESP8266
// TODO
Dir dir = SPIFFS.openDir("/");

Expand Down

0 comments on commit 54fbe13

Please sign in to comment.