mirror of
https://github.com/IoTManagerProject/IoTManager.git
synced 2026-03-26 22:22:16 +03:00
11 lines
393 B
C
11 lines
393 B
C
|
|
#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();
|