Skip to content

Commit

Permalink
Change to correct casing in webpage.h import
Browse files Browse the repository at this point in the history
Fixes #1
  • Loading branch information
SimenZhor committed Sep 10, 2022
1 parent 9ee4d82 commit 0e3e5d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion OpenMacroRail_Arduino/OpenMacroRail_Arduino.ino
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ long timeout_period = deshakeDelay; //This variable adapts to current_session_st
WebServer server(80);

const char *webpage =
#include "webPage.h"
#include "webpage.h"
;

void handleRoot() {
Expand Down

0 comments on commit 0e3e5d6

Please sign in to comment.