mirror of
https://github.com/ALLFATHER-BV/wadamesh.git
synced 2026-09-25 09:05:10 +00:00
Review of #531 turned up four things that had to be fixed before release: - An unusable region name no longer discards the radio settings. The save returned early, so frequency, bandwidth, SF, CR and TX power were thrown away, and the rule rejects names with capitals or a "$private" scope, so anyone carrying an older region could not change their radio at all. On the pager that path is the silent blur save, so it failed with nothing on screen. Now only the region is skipped, and it says so. - Restored useChainedFont() on the telemetry Show button: without the fallback chain that label is boxes in Russian, Ukrainian, Bulgarian, Serbian, Greek. - Region scanning installs unknown repeaters as transient contacts so their encrypted replies can be matched. They were never removed, so each scan left up to 16 nameless entries in the contact table (and in Contacts). They are dropped when the scan ends or the page closes. - One radio request per scan tick. The loop ran through all 16 repeaters in a single 200 ms tick, which is that many key derivations back to back. The V4-R8 also did not build (its src/ files see a vendored lv_conf.h, so the new text-size fonts were missing) and then did not fit at 101.3%. It builds at 85.6% now: the board no longer carries the compiled-in translations it inherited from the V4, which it never needed, since with 8 MB of PSRAM its store works like any other 8 MB board. T-Deck Max (#545) joins the release matrix: build list, flasher manifest, DEVICES.md and the site's board list. Board names in the flasher lost their em dashes. Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>