mirror of
https://github.com/OpenEPaperLink/OpenEPaperLink.git
synced 2026-03-21 00:04:28 +01:00
[PR #71] [MERGED] Misc changes to for low-effort setups #3162
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/71
Author: @Mimoja
Created: 6/20/2023
Status: ✅ Merged
Merged: 6/25/2023
Merged by: @jjwbruijn
Base:
master← Head:misc📝 Commits (6)
a3fc1daAdd Flash Timeout parameter940795dDont attack the ledc to the LED pin if no LED is availablee45845eAdd SPIFFSEditor header to match imported source file2e55c49main: Print free heap in parallel to web interface1046831Print free disk space in human readable numberscc1dcd9ESP: split esp2buffer into two calls📊 Changes
7 files changed (+87 additions, -25 deletions)
View changed files
📝
ESP32_AP-Flasher/data/www/main.js(+13 -1)➕
ESP32_AP-Flasher/include/SPIFFSEditor.h(+24 -0)📝
ESP32_AP-Flasher/src/leds.cpp(+5 -3)📝
ESP32_AP-Flasher/src/main.cpp(+3 -0)📝
ESP32_AP-Flasher/src/makeimage.cpp(+35 -18)📝
ESP32_AP-Flasher/src/serialap.cpp(+6 -2)📝
ESP32_AP-Flasher/src/web.cpp(+1 -1)📄 Description
This PR bundles multiple changes which enable simpler setups and brings some minimal quality of life improvements which arose with many APs at the same time.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.