mirror of
https://github.com/supleed2/ELEC50003-P1-CW.git
synced 2024-11-10 01:35:50 +00:00
Correct location of credentials.h to include/
This commit is contained in:
parent
778be64c3d
commit
88adbdc572
2
Control/.gitignore
vendored
2
Control/.gitignore
vendored
|
@ -3,4 +3,4 @@
|
||||||
.vscode/c_cpp_properties.json
|
.vscode/c_cpp_properties.json
|
||||||
.vscode/launch.json
|
.vscode/launch.json
|
||||||
.vscode/ipch
|
.vscode/ipch
|
||||||
src/credentials.h
|
include/credentials.h
|
||||||
|
|
|
@ -7,7 +7,7 @@
|
||||||
#include <ESPmDNS.h>
|
#include <ESPmDNS.h>
|
||||||
#include "TickerV2.h"
|
#include "TickerV2.h"
|
||||||
#include <WebSocketsServer.h>
|
#include <WebSocketsServer.h>
|
||||||
#include <credentials.h>
|
#include "credentials.h"
|
||||||
#include <ArduinoJson.h>
|
#include <ArduinoJson.h>
|
||||||
#include <SPIFFS.h>
|
#include <SPIFFS.h>
|
||||||
#pragma endregion
|
#pragma endregion
|
||||||
|
|
Loading…
Reference in a new issue