- //
- // Created by janco on 25-2-16.
- //
- #ifndef _Network_H
- #define _Network_H
- //bool hasNetworkConnection(void);
- //bool NetworkIsReceiving(void);
- extern void NetworkInit(void);
- char* httpGet(char address[]);
- void parseAlarmJson(char* content);
- int getTimeZone();
- #endif /* _Network_H */
|