mirror of
https://github.com/IoTManagerProject/IoTManager.git
synced 2026-03-27 06:32:19 +03:00
working version
This commit is contained in:
@@ -1,10 +1,11 @@
|
||||
#pragma once
|
||||
//#include "/lib/WifiLocation.h"
|
||||
#include "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 updateDevicePsn(String lat, String lon, String accur, String uptime, String firm);
|
||||
extern void updateDeviceStatus(String uptime, String firm);
|
||||
extern void addNewDevice(String model);
|
||||
extern void updateDeviceList(String model, String firmVer);
|
||||
extern void createNewDevJson(String& json, String model);
|
||||
|
||||
Reference in New Issue
Block a user