mirror of
https://github.com/IoTManagerProject/IoTManager.git
synced 2026-03-27 06:32:19 +03:00
changes
This commit is contained in:
11
include/Utils/statUtils.h
Normal file
11
include/Utils/statUtils.h
Normal file
@@ -0,0 +1,11 @@
|
||||
#pragma once
|
||||
//#include "/lib/WifiLocation.h"
|
||||
#include <Arduino.h>
|
||||
#include "Global.h"
|
||||
|
||||
extern void initSt();
|
||||
extern void updateDevice(String lat, String lon, String accur, String uptime, String firm);
|
||||
extern void addNewDevice(String model);
|
||||
extern void updateDeviceList(String model, String firmVer);
|
||||
extern void createNewDevJson(String& json, String model);
|
||||
//extern WifiLocation location();
|
||||
Reference in New Issue
Block a user