Browse Source

missing ret val

tags/FSM1.0
Simon Schmidt 2 years ago
parent
commit
633b99f818
1 changed files with 2 additions and 0 deletions
  1. 2
    0
      lib/httpserver/httpserver.cpp

+ 2
- 0
lib/httpserver/httpserver.cpp View File

@@ -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;
}

Loading…
Cancel
Save