Files
wadamesh/release-notes
Kaj SchittecatandClaude Opus 5 b15d422bdc touch: beta_68 — Lua SDK gains the map, lists, packet delivery and discovery
The four capabilities that kept third-party apps a sketch of a built-in one:

* wada.map      the firmware's own tiles, projection and cache inside an app
                page, with its own capped pool so it never evicts the Map tab's
* wada.ui.list  the missing "pick one of N" widget; rows are real buttons, so
                keyboard and trackball nav walk them for free
* on_packet     each frame delivered once instead of polling a 16-deep ring,
                which sampled rather than observed
* wada.mesh.discover  the active zero-hop probe, behind its own permission
                because it spends every neighbour's airtime, not just ours

Plus the surface those need to be useful: packet identity reported only where
the frame actually carries it, exact micro-degree coordinates (Lua is built
LUA_32BITS, so its floats were quietly costing a metre), altitude and satellite
time, wada.geo, wada.ui.input, named and one-shot timers, http_post, windowed
fs.read, and wada.sys.env on a hardware gate rather than the memory one.

Fixes:
* Both ESP32-P4 targets could not link. g_wifi_last_disc_reason was defined in
  src/main.cpp, which the IDF builds never compile, so all nine S3 envs stayed
  green while Tanmatsu and T-Display P4 were dead.
* Map zoom level was invisible in +/- buttons mode; the readout was hidden with
  the slider it was anchored to.
* Hungarian and Dutch held each other's "No SD card" translation.

Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
2026-08-21 21:50:01 +02:00
..
2026-06-13 23:07:41 +02:00
2026-06-14 17:23:19 +02:00
2026-06-24 15:42:41 +02:00
2026-06-26 19:51:31 +02:00
2026-07-08 22:09:36 +02:00
2026-07-09 13:15:59 +02:00
2026-07-09 23:39:20 +02:00
2026-07-22 22:48:39 +02:00
2026-07-29 14:32:47 +02:00
2026-07-30 17:39:18 +02:00
2026-08-11 10:12:10 +02:00
2026-08-12 12:57:55 +02:00
2026-08-13 19:22:47 +02:00
2026-08-19 16:28:49 +02:00
2026-08-21 18:04:58 +02:00