mirror of
https://github.com/OpenEPaperLink/OpenEPaperLink.git
synced 2026-03-21 00:04:28 +01:00
4 lines
116 B
C
4 lines
116 B
C
#include <Arduino.h>
|
|
|
|
uint32_t getDataFromHTTP(uint8_t** data, String filename);
|
|
String postDataToHTTP(String json); |