mirror of
https://github.com/OpenEPaperLink/OpenEPaperLink.git
synced 2026-03-21 00:04:28 +01:00
[PR #52] [MERGED] OTA updates + buienradar #3159
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/52
Author: @nlimper
Created: 5/30/2023
Status: ✅ Merged
Merged: 5/30/2023
Merged by: @nlimper
Base:
master← Head:ota📝 Commits (9)
3788608first version of OTA firmware updates20d46dfbugfixda095a2Merge branch 'master' into otaaaf4f94buienradar (dutch rain predictions)d02f518ota improvements8b0c516update ota updatec228104update ota update3965365small ota bugfixa2abe46ota ready📊 Changes
22 files changed (+1092 additions, -197 deletions)
View changed files
📝
.github/workflows/release.yml(+4 -4)➖
ESP32_AP-Flasher/data/calendar.txt(+0 -46)📝
ESP32_AP-Flasher/data/demo_image_generator.py(+22 -1)📝
ESP32_AP-Flasher/data/www/content_cards.json(+34 -0)📝
ESP32_AP-Flasher/data/www/index.html(+8 -19)📝
ESP32_AP-Flasher/data/www/main.css(+82 -5)📝
ESP32_AP-Flasher/data/www/main.js(+39 -8)➕
ESP32_AP-Flasher/data/www/ota.js(+401 -0)➕
ESP32_AP-Flasher/data/www/upload-demo.html(+38 -0)➖
ESP32_AP-Flasher/data/www/upload-test.html(+0 -21)➕
ESP32_AP-Flasher/esp32_squeeze_ota.csv(+7 -0)📝
ESP32_AP-Flasher/include/contentmanager.h(+1 -1)➕
ESP32_AP-Flasher/include/ota.h(+12 -0)📝
ESP32_AP-Flasher/include/web.h(+1 -1)📝
ESP32_AP-Flasher/platformio.ini(+25 -5)📝
ESP32_AP-Flasher/src/contentmanager.cpp(+95 -10)📝
ESP32_AP-Flasher/src/main.cpp(+4 -2)📝
ESP32_AP-Flasher/src/makeimage.cpp(+39 -64)➕
ESP32_AP-Flasher/src/ota.cpp(+246 -0)📝
ESP32_AP-Flasher/src/tag_db.cpp(+1 -1)...and 2 more files
📄 Description
No description provided
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.