fix case sensitive webserver.h include for windows users

This commit is contained in:
Peter Poetzi
2020-06-01 01:27:45 +02:00
parent 395294b279
commit da7e284f89
2 changed files with 1 additions and 1 deletions

View File

@@ -21,7 +21,7 @@
#include "actions/bluetoothbeginaction.h" #include "actions/bluetoothbeginaction.h"
#include "actions/bluetoothbeginmasteraction.h" #include "actions/bluetoothbeginmasteraction.h"
#include "actions/bluetoothconnectbmsaction.h" #include "actions/bluetoothconnectbmsaction.h"
#include "webserver.h" #include "bobby_webserver.h"
namespace { namespace {
ModeInterface *lastMode{}; ModeInterface *lastMode{};