v1.8.10
What's Changed
Bug fixes
- Fix MAX_IMAGE_SIZE for all X-class boards (E1003, PaperS3, etc.) by @dmellok in #427
- Fix definition of Paint_DrawMultilineText() by @schrockwell in #425
- Increase OTA timeout on 5G network to 120 seconds by @ronakjain90 in #416
- Adjust gen2 flash size to 16MB by @schrockwell in #433
- Add image request headers on 5 GHz by @schrockwell in #462
- Escape commas in ESP-AT string parameters by @kory-smith in #468
- Fix custom server pairing by clearing stale credentials on server change by @joelhawksley in #440
- Fix minor log typos by @ronakjain90 in #478
- Fix battery reading on reTerminal E1003 (wrong ADC pin + switch not driven) by @dmellok in #464
- Repopulate custom server URL in captive portal by @schrockwell in #474
- Fix sleep issue when playlist has one item by @schrockwell in #479
- Use double quotes around Wi-Fi SSID message by @schrockwell in #485
- Fixes 2BPP gray shades being darker than expected. by @ronakjain90 in #438
- Fixed AP list refresh on X, added proper indication for rescan by @GoReNeY in #488
Enhancements
- Add log level to submitted JSON, and add warn level by @schrockwell in #423
- Add FW-Commit header by @schrockwell in #409
- Remember selected Wi-Fi band by @schrockwell in #463
- Display firmware commit on Wi-Fi connect screen by @schrockwell in #473
- Display SSID on WiFi Connect screen by @loucyan in #467
- touchbar indicator function by @GoReNeY in #417
- Added X battery charge level indicator by @bitbank2 in #487
Performance
Refactoring
- Standardize Model header values to lower_snake_case by @schrockwell in #424
- Remove old sdkconfigs by @schrockwell in #451
- Rescope unnecessary globals by @schrockwell in #432
New devices
- Update OG gen2 pin definitions for latest PCB revisions by @schrockwell in #437
Dependencies
- Bump actions/cache from 5 to 6 in the actions group by @dependabot[bot] in #443
Other
- Changed TRMNL gen2 to use the X's larger FLASH partition layout by @schrockwell in #472
Full Changelog: v1.8.9...release/v1.8.10