mirror of
https://github.com/OpenEPaperLink/OpenEPaperLink.git
synced 2026-03-21 00:04:28 +01:00
[PR #70] [MERGED] Add Support for an SDCard and SoftSPI #2059
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/OpenEPaperLink/OpenEPaperLink/pull/70
Author: @Mimoja
Created: 6/20/2023
Status: ✅ Merged
Merged: 6/24/2023
Merged by: @jjwbruijn
Base:
master← Head:SDCard📝 Commits (9)
4d78df0Add M5stack (original core) configeae7c3aESP: Delete files after transfer where requestedf487092Add SDCard support9c83d8bUse SDCard usage where available48b2925Reset flasher if it shared the pins with the SDCard93639ffDisconnect SDCard if it shares the pins with the flasherdbf76e2Expose flasher speed to config via define1e93a24Allow the usage of SoftSPI for AP flashing7ba80f5Merge branch 'master' into SDCard📊 Changes
16 files changed (+376 additions, -88 deletions)
View changed files
📝
ESP32_AP-Flasher/data/www/index.html(+1 -1)➕
ESP32_AP-Flasher/esp32_sdcard.csv(+7 -0)➕
ESP32_AP-Flasher/include/storage.h(+39 -0)📝
ESP32_AP-Flasher/platformio.ini(+2 -1)📝
ESP32_AP-Flasher/src/contentmanager.cpp(+12 -12)📝
ESP32_AP-Flasher/src/flasher.cpp(+19 -13)📝
ESP32_AP-Flasher/src/main.cpp(+4 -0)📝
ESP32_AP-Flasher/src/makeimage.cpp(+6 -6)📝
ESP32_AP-Flasher/src/newproto.cpp(+24 -20)📝
ESP32_AP-Flasher/src/ota.cpp(+6 -6)📝
ESP32_AP-Flasher/src/serialap.cpp(+11 -1)➕
ESP32_AP-Flasher/src/storage.cpp(+215 -0)📝
ESP32_AP-Flasher/src/system.cpp(+2 -2)📝
ESP32_AP-Flasher/src/tag_db.cpp(+8 -8)📝
ESP32_AP-Flasher/src/web.cpp(+11 -18)📝
ESP32_AP-Flasher/src/zbs_interface.cpp(+9 -0)📄 Description
The m5stack config is used as a testing base as well as the Weemos D1 with an SDCard breakout board.
The SDCard enables > 20 tags on one AP as has been tested with 100 2.9" Tags over two days.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.