Logo
Explore Help
Sign In
starred/OpenEPaperLink
1
0
Fork 0
You've already forked OpenEPaperLink
mirror of https://github.com/OpenEPaperLink/OpenEPaperLink.git synced 2026-03-21 01:04:30 +01:00
Code Issues 531 Packages Projects Releases 10 Wiki Activity

10 Releases 41 Tags

RSS Feed
  • 2.70 c1738936a9
    Compare

    Stable

    sascha_hemi 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 GMT

    Most 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
    • BLE_ONLY_AP.bin
      1.8 MiB
      2026-03-20 17:22:57 +01:00
    • BLE_ONLY_AP_full.bin
      16 MiB
      2026-03-20 17:22:58 +01:00
    • ESP32_S3_16_8_LILYGO_AP.bin
      1.9 MiB
      2026-03-20 17:22:58 +01:00
    • ESP32_S3_16_8_LILYGO_AP_full.bin
      16 MiB
      2026-03-20 17:23:00 +01:00
    • ESP32_S3_16_8_YELLOW_AP.bin
      1.8 MiB
      2026-03-20 17:23:00 +01:00
    • ESP32_S3_16_8_YELLOW_AP_full.bin
      16 MiB
      2026-03-20 17:23:02 +01:00
    • ESP32_S3_C6_NANO_AP.bin
      1.8 MiB
      2026-03-20 17:23:03 +01:00
    • ESP32_S3_C6_NANO_AP_full.bin
      16 MiB
      2026-03-20 17:23:04 +01:00
    • OpenEPaperLink_AP_and_Flasher.bin
      1.9 MiB
      2026-03-20 17:23:06 +01:00
    • OpenEPaperLink_AP_and_Flasher_full.bin
      16 MiB
      2026-03-20 17:23:07 +01:00
    • OpenEPaperLink_Mini_AP.bin
      1.2 MiB
      2026-03-20 17:23:08 +01:00
    • OpenEPaperLink_Mini_AP_full.bin
      3.9 MiB
      2026-03-20 17:23:09 +01:00
    • OpenEPaperLink_Mini_AP_v4.bin
      1.9 MiB
      2026-03-20 17:23:09 +01:00
    • OpenEPaperLink_Mini_AP_v4_full.bin
      16 MiB
      2026-03-20 17:23:11 +01:00
    • OpenEPaperLink_Nano_AP.bin
      1.2 MiB
      2026-03-20 17:23:12 +01:00
    • OpenEPaperLink_Nano_AP_full.bin
      3.9 MiB
      2026-03-20 17:23:12 +01:00
    • OpenEPaperLink_Nano_TLSR.bin
      1.8 MiB
      2026-03-20 17:23:13 +01:00
    • OpenEPaperLink_Nano_TLSR_full.bin
      16 MiB
      2026-03-20 17:23:14 +01:00
    • OpenEPaperLink_PoE_AP.bin
      1.4 MiB
      2026-03-20 17:23:15 +01:00
    • OpenEPaperLink_PoE_AP_full.bin
      16 MiB
      2026-03-20 17:23:18 +01:00
    • S2_Tag_Flasher.bin
      349 KiB
      2026-03-20 17:23:18 +01:00
    • S2_Tag_Flasher_full.bin
      3.9 MiB
      2026-03-20 17:23:19 +01:00
    • binaries.json
      5.0 KiB
      2026-03-20 17:22:56 +01:00
    • files.json
      16 KiB
      2026-03-20 17:23:04 +01:00
    • filesystem.json
      9.5 KiB
      2026-03-20 17:23:05 +01:00
    • Source Code (ZIP)
    • Source Code (TAR.GZ)
Powered by Gitea Version: 1.25.5 Page: 237ms Template: 1ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API