mirror of
https://github.com/paperdash/device-epd.git
synced 2024-11-13 19:12:00 +00:00
11 lines
171 B
C
11 lines
171 B
C
#ifndef CLOUD_H
|
|
#define CLOUD_H
|
|
|
|
#define config_PullServer "http://paperdash.sonic.da-tom.com/gateway.php/"
|
|
|
|
void setupCloud();
|
|
void loopCloud();
|
|
|
|
bool pullData();
|
|
|
|
#endif |