mirror of
https://github.com/OpenEPaperLink/OpenEPaperLink.git
synced 2026-03-21 03:04:25 +01:00
To flash the C6, place bootloader.bin, partition-table.bin and OpenEPaperLink_esp32_C6.bin in the file system root. APconfig -> update -> advanced options -> update ESP32-C6 This should also work with a previous unconfigured C6. Compatible with Yellow-AP.
5 lines
62 B
C
5 lines
62 B
C
#include <Arduino.h>
|
|
#include <LittleFS.h>
|
|
|
|
bool doC6flash();
|