mirror of
https://github.com/OpenEPaperLink/OpenEPaperLink.git
synced 2026-03-21 00:04:28 +01:00
[PR #79] [CLOSED] Add SDIO interface as alternative to SPI and allow for automated OTA via SDCard #3170
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/79
Author: @Mimoja
Created: 7/7/2023
Status: ❌ Closed
Base:
master← Head:sdio📝 Commits (4)
88c5ee7Report SDCard status to frontend815e559Add SDIO interface as second sdcard interface to save on pins7ea0321Print currently running version at startupdb214c6Allow for SDCard based OTA update📊 Changes
9 files changed (+294 additions, -72 deletions)
View changed files
📝
ESP32_AP-Flasher/data/www/index.html(+1 -0)📝
ESP32_AP-Flasher/data/www/main.js(+12 -0)📝
ESP32_AP-Flasher/include/ota.h(+2 -1)📝
ESP32_AP-Flasher/include/storage.h(+9 -1)📝
ESP32_AP-Flasher/src/main.cpp(+28 -0)📝
ESP32_AP-Flasher/src/ota.cpp(+73 -52)📝
ESP32_AP-Flasher/src/serialap.cpp(+1 -1)📝
ESP32_AP-Flasher/src/storage.cpp(+164 -17)📝
ESP32_AP-Flasher/src/web.cpp(+4 -0)📄 Description
db214c6(HEAD -> sdio, mimoja/sdio) Allow for SDCard based OTA update7ea0321Print currently running version at startup815e559Add SDIO interface as second sdcard interface to save on pins88c5ee7Report SDCard status to frontend🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.