@@ -1,5 +1,6 @@ | |||
#include "httpserver.h" | |||
bool HTTPServer::start() { | |||
if(!mount_fs()) { | |||
logf("cant mount filesystem, EXIT !\n\r"); | |||
@@ -39,4 +40,5 @@ bool HTTPServer::start() { | |||
this->begin(); | |||
Serial.printf("[HTTPServer] Server active on Port 80 !\n\r"); | |||
return true; | |||
} |