mirror of
https://github.com/ALLFATHER-BV/wadamesh.git
synced 2026-09-26 18:07:56 +00:00
Two API gaps the ports exposed: wada.ui.scroll(true) makes the app body scroll vertically (games leave it off so swipes still steer), and wada.ui.text_h(size) returns the actual font line height — the overlapping labels came from stacking rows on guessed heights. Monitor 1.3 lays every row out from measured heights, scrolls, and shows the full 16-entry heard ring. Airtime 1.3 replaces tap-to-reset with a Reset button top-right (a tap was too easy to trigger by accident). Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
6 lines
405 B
JSON
6 lines
405 B
JSON
{"apps":[
|
|
{"id":"snake","name":"Snake","ver":"1.0","desc":"The classic, in Lua. Swipe to steer."},
|
|
{"id":"monitor","name":"RF Monitor","ver":"1.3","desc":"Scrollable: RSSI/noise chart with dBm axis, link margin, RX rate, radio params, heard feed."},
|
|
{"id":"airtime","name":"Airtime","ver":"1.3","desc":"Utilization bars with a % axis, rx/tx split, duty ceiling, budget. Reset button top-right."}
|
|
]}
|