mirror of
https://github.com/OpenEPaperLink/OpenEPaperLink.git
synced 2026-03-21 01:04:30 +01:00
-
released this
2024-05-26 00:39:47 +02:00 | 259 commits to master since this release📅 Originally published on GitHub: Sun, 26 May 2024 05:31:36 GMT
🏷️ Git tag created: Sat, 25 May 2024 22:39:47 GMTKnown issue when updating to firmware version 2.60:
if after updating, the white background of the tags is generated with a slight pink dithering, your tagtype files need updating. Click 'update tagtype definitions' in the update tab, and reboot the AP after.
What's Changed
Most notable:
- Add support for SubGhz radio (see wiki)
- Add support for BLE Displays (see wiki)
- Dynamic loading of tagtype files. Instead of keeping the definition files for every possible tagtype on the filesystem, from now, only the tagtypes that are present in your system are loaded. This is done automatically by the web interface. You can force update the needed tagtype files, and clean up obsolete tagtype files, using the button in the update tab.
- many bugfixes
Other changes:
- Add support for SubGhz radio. Working end to end for tag registration. by @skiphansen in #270
- include °-symbol in Bahnschrift70; auto formatting tagtype json files a6e6183
- Added definition for Silabs BLE Display 57f0ba7 by @atc1441
- M3 v0027 re-release, including M3 1.3 peghook support a861b40
- bugfix not recognizing identical image, issue #255 59e2a5e
- Count number of updates issue #247 59e2a5e
- Optionally align interval of RSS/calendar/etc, issue #106 59e2a5e
- truncates long lines in calfeed, issue #202 3f1e45d
- displays button pointers correctly when rotated 180 degrees, issue #246 3f1e45d
- added last updated time of a tag in tagdb 587d7c8
- day ahead prices choice of whole money units or cents
- optimization of file upload during updates
- show mac address in wifi setup
- fixed reload of display after unexpected reboot of tag
- dynamic loading of tagtype files 7bdc6e5
- moved tagtype files in repo, new location: /resources cb2f3ae
- use the actual color table in tagtype json for rendering images (until now, that color table was ignored) 6197b89
- added proper ordered dithering (works with all colors now, not just gray and pink)
- on the static image content card, you can now choose floyd-steinberg or ordered dithering (or turn dithering off)
- added ÅÄÖ to twcondensed20 font
- fix serial passthrough via UART in OEPL-flasher.py
- update templates 34ca60b Thanks to Xinix for donating some tags
- Added build option for Espressif ESP Thread Border Router /Zigbee Gateeway including ESP32-H2 AP Firmware 889d6b5
- updated tiny font for better readability 303c07b
- added More BLE gicisky types a2bdd1c
- Fixed no connected Radio handling 93eba41
- change ESPAsyncWebServer libraries to esphome version (thanks, @koswolf) 268736b
- Add display of subGhz channel to LCD when subGhz radio is present. by @skiphansen in #282
- Add support for M3 2.9 BW Variant by @kelchm in #278
- Download template tag json file when needed. by @skiphansen in #298
- SubGhz radio fixes. by @skiphansen in #288
- Updating 7.4in/640x384 templates by @dm8tbr in #308
- BLE only AP by @jonasniesner in #313
- SubGhz C6 fixes: CRC error & automatic xtal frequency error correction by @skiphansen in #314
- Fix recent BLE only AP change which broke SubGhz. by @skiphansen in #315
- Consolidate serial output to \r\n by @dm8tbr in #309
- Default tag alias to tag serial number rather than MAC for Chroma tags by @skiphansen in #318
- fix buienradar api call 73db8d5
Full Changelog: 2.52...2.60
Downloads