Files
OpenEPaperLink/ESP32_AP-Flasher/include/flasher.h
2023-05-19 00:40:39 +02:00

13 lines
273 B
C

#include <Arduino.h>
uint16_t getAPUpdateVersion(uint8_t type);
bool checkForcedAPFlash();
bool doForcedAPFlash();
bool doAPFlash();
bool doAPUpdate(uint8_t type);
void flashCountDown(uint8_t c);
#ifdef OPENEPAPERLINK_PCB
bool extTagConnected();
bool doTagFlash();
#endif