Merge with master, reformat

This commit is contained in:
Tobias Blum
2018-01-21 00:25:50 +01:00
parent 92a654b845
commit 1380fe8cac
5 changed files with 14 additions and 21 deletions
+1 -2
View File
@@ -154,5 +154,4 @@ void handleFileList() {
output += "]";
server.send(200, "text/json", output);
}
}