-
released this
2024-11-03 19:33:29 +01:00 | 187 commits to master since this release📅 Originally published on GitHub: Sun, 03 Nov 2024 19:27:21 GMT
🏷️ Git tag created: Sun, 03 Nov 2024 18:33:29 GMTMost notable changes
- Change Fahrenheit/mph/mm Units option to Fahrenheit/mph/in (https://github.com/OpenEPaperLink/OpenEPaperLink/pull/329) by @skiphansen
- Bugfix: Update variable minutesUntilNextUpdate to 32-bit integer because of integer overflow (https://github.com/OpenEPaperLink/OpenEPaperLink/pull/337) by @mnyhlen
- Bugfixes on ESP32-C6 firmware (
76b6cc6d4c) - Added several new display types
- Modified auto update code to support chroma hardware variants (
500f35f286) - Added support for TI CCxxxx chips to Tag_Flasher, AP_and_Flasher and Mini_AP_v4 (
73e472ec21) - Add support for lilygo t-panel AP (https://github.com/OpenEPaperLink/OpenEPaperLink/pull/370) by @mhwlng
- Add dayahead prices to 4.2" and 1.54" displays (
dd5d96d1ee) - /save_cfg call: fixed crash by making all parameters optional (
5e9238835e) - Dayahead Energy price: Fixed surcharge now takes either one value (old behaviour) or an array with 24 elements for each hour, to add a surcharge depending on the time of day (as apparently is used in Denmark). The array should be entered like
[n,n,...,n](0cd76eebf0) - Dayahead Energy price: added option to only display the graph, without the current time/price/arrow. With this, the display only has to refresh once a day, which will save battery (
0cd76eebf0) - Added the number of timedout tags and the number of lowbatt tags to the 'sys' websocket message. These key/value are only present once a minute. (
0cd76eebf0) - Cosmetic: tagtype update now doesn't give an error when it tries to process readme.md (
0cd76eebf0) - Nightly reboot is now optional (and rescheduled to 3:56 daily) (
a57c797542) - New preview window, showing pending image on 1:1 size, great for debugging json template or other custom content. Right click tag and choose 'Tag preview' (
a57c797542)
Add option for AP discovery type (default: multicast, optional: broadcast). (https://github.com/OpenEPaperLink/OpenEPaperLink/pull/351) by @bergdahl - Painter now uses the color table of the tag instead of hardcoded black/red/white (
7abd5d9a84) - On the update tab, the list of available versions now only show the versions that are actually available for the build environment in use, so when we leave out S2-based builds in future releases, they won't show the new version. (
9eb0b303f3) - Improved AP status indicator (
1052102032)
Breaking change for ESP32-S2 based AP's!
Because the firmware doesn't fit the flash memory anymore, Buienradar and Google Calendar content on ESP32-S2 based AP's had to be turned off. If you need this and you use e.g. the mini AP v2, don't update. ESP32-S3 based AP's are not affected. (
9eb0b303f3)As it will be harder and harder to keep the firmware size within the limits of the ESP32-S2 flash memory, at some point we will have to drop support. At that point, no new releases for the ESP32-S2 will be made (but your existing AP keeps on working as is, of course).
Note that ESP32-S3 based AP's are not affected: they have 16MB of flash instead of 4MB, and currently the firmware takes only 40% of the available space.
New Contributors
- @StefanKrupop made their first contribution in https://github.com/OpenEPaperLink/OpenEPaperLink/pull/327
- @mnyhlen made their first contribution in https://github.com/OpenEPaperLink/OpenEPaperLink/pull/337
- @stevew817 made their first contribution in https://github.com/OpenEPaperLink/OpenEPaperLink/pull/348
- @quack3d made their first contribution in https://github.com/OpenEPaperLink/OpenEPaperLink/pull/357
- @mhwlng made their first contribution in https://github.com/OpenEPaperLink/OpenEPaperLink/pull/370
- @MagnusErler made their first contribution in https://github.com/OpenEPaperLink/OpenEPaperLink/pull/381
- @jonnybergdahl made their first contribution in https://github.com/OpenEPaperLink/OpenEPaperLink/pull/351
Full Changelog: https://github.com/OpenEPaperLink/OpenEPaperLink/compare/2.60...2.70
Downloads
mirror of
https://github.com/OpenEPaperLink/OpenEPaperLink.git
synced 2026-03-21 01:04:30 +01:00