Fixed
-
/api/displaynow 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/setupon 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/displaywith 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.