mirror of
https://github.com/IoTManagerProject/IoTManager.git
synced 2026-03-27 06:32:19 +03:00
...
This commit is contained in:
5
src/Config.cpp
Normal file
5
src/Config.cpp
Normal file
@@ -0,0 +1,5 @@
|
||||
#include "Config.h"
|
||||
|
||||
void configuration(String& path) {
|
||||
file = seekFile(path);
|
||||
}
|
||||
@@ -1,4 +1,4 @@
|
||||
#include "classes/sendJson.h"
|
||||
#include "classes/SendJson.h"
|
||||
|
||||
SendJson::SendJson() {}
|
||||
SendJson::~SendJson() {}
|
||||
Reference in New Issue
Block a user