mirror of
https://github.com/OpenEPaperLink/OpenEPaperLink.git
synced 2026-03-21 00:04:28 +01:00
[PR #438] [MERGED] updated arduinojson to version 7.3.0, enabled comments within json files #527
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/438
Author: @nlimper
Created: 2/16/2025
Status: ✅ Merged
Merged: 3/19/2025
Merged by: @nlimper
Base:
master← Head:main📝 Commits (5)
f29a30fupdated arduinojson to version 7.3.0, enabled comments within json files20b0e00update ESPAsyncWebServer/AsyncTCP to the ESP32Async fork96fbc64Arduino 3.x compatibility (while maintaining 2.x compatibility)9dbf1c8Update platformio.ini6df4465Merge branch 'master' into main📊 Changes
20 files changed (+171 additions, -154 deletions)
View changed files
📝
ESP32_AP-Flasher/include/SPIFFSEditor.h(+4 -4)📝
ESP32_AP-Flasher/include/leds.h(+1 -1)📝
ESP32_AP-Flasher/platformio.ini(+9 -11)📝
ESP32_AP-Flasher/src/SPIFFSEditor.cpp(+2 -3)📝
ESP32_AP-Flasher/src/ble_filter.cpp(+5 -0)📝
ESP32_AP-Flasher/src/contentmanager.cpp(+37 -37)📝
ESP32_AP-Flasher/src/espflasher.cpp(+1 -1)📝
ESP32_AP-Flasher/src/flasher.cpp(+6 -5)📝
ESP32_AP-Flasher/src/ips_display.cpp(+15 -4)📝
ESP32_AP-Flasher/src/language.cpp(+2 -2)📝
ESP32_AP-Flasher/src/leds.cpp(+19 -21)📝
ESP32_AP-Flasher/src/newproto.cpp(+1 -1)📝
ESP32_AP-Flasher/src/ota.cpp(+4 -4)📝
ESP32_AP-Flasher/src/powermgt.cpp(+10 -4)📝
ESP32_AP-Flasher/src/serialap.cpp(+1 -1)📝
ESP32_AP-Flasher/src/tag_db.cpp(+34 -35)📝
ESP32_AP-Flasher/src/tagdata.cpp(+1 -1)📝
ESP32_AP-Flasher/src/web.cpp(+15 -15)📝
ESP32_AP-Flasher/src/webflasher.cpp(+3 -3)📝
ESP32_AP-Flasher/src/wifimanager.cpp(+1 -1)📄 Description
Bringing arduinjson up to date from 6.19.4 to the latest (currently 7.3.0). Applied all code changes needed for that.
Known issue: compiler warnings coming from
/ESPAsyncWebServer-esphome/src/AsyncJson.has that library is not updated yet for arduinojson 7 (but the deprecated commands still work).If anybody has a good reason not to apply this change, let me know. Else, I will merge it shortly.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.