mirror of
https://github.com/paperdash/device-epd.git
synced 2024-11-13 19:12:00 +00:00
6 lines
95 B
C
6 lines
95 B
C
|
#ifndef DOWNLOAD_H
|
||
|
#define DOWNLOAD_H
|
||
|
|
||
|
bool downloadFile(String url, const char *path);
|
||
|
|
||
|
#endif
|