Skip to content

v0.44.2

Choose a tag to compare

@dmellok dmellok released this 09 Jun 03:35

Fixed

  • /api/display now auto-provisions when it sees a novel MAC. 0.44.1 made the fresh-device flow work via /api/setup, but TRMNL firmware caches its api_key in flash and only hits /api/setup on first boot. A device that had already cached a stale token (from any pre-0.44.0 Tesserae or other BYOS server) would keep polling /api/display with that token, get rejected, and land in the Discovered strip — defeating the auto-provision flow.

    Now any TRMNL client polling Tesserae with its MAC gets auto-registered after exactly one poll, regardless of which endpoint it called.