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

#include "httpserver.h" #include "httpserver.h"



bool HTTPServer::start() { bool HTTPServer::start() {
if(!mount_fs()) { if(!mount_fs()) {
logf("cant mount filesystem, EXIT !\n\r"); logf("cant mount filesystem, EXIT !\n\r");


this->begin(); this->begin();
Serial.printf("[HTTPServer] Server active on Port 80 !\n\r"); Serial.printf("[HTTPServer] Server active on Port 80 !\n\r");
return true;
} }

Loading…
Cancel
Save