Files
IoTManager/include/Utils/statUtils.h

14 lines
366 B
C
Raw Normal View History

2020-09-06 23:00:33 +03:00
#pragma once
#include <Arduino.h>
#include "Global.h"
extern void initSt();
2020-09-07 17:00:22 +03:00
extern String updateDevicePsn(String lat, String lon, String accur);
extern String updateDeviceStatus();
extern String addNewDevice();
2020-09-07 02:22:13 +03:00
extern void decide();
2020-09-07 01:32:09 +03:00
extern void getPsn();
2020-09-07 17:00:22 +03:00
//extern void updateDeviceList();
//extern void saveId(String file, int id);
//extern int getId(String file);