mirror of
https://github.com/paperdash/device-epd.git
synced 2024-11-10 07:10:32 +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 |