mirror of
https://github.com/usetrmnl/trmnl-koreader.git
synced 2026-08-13 23:18:14 -07:00
Auto-detection relies on Linux wireless ioctls and returns nothing on platforms that lack them. Falling back to 00:00:00:00:00:00 meant those devices asserted an identity that belongs to no one, where before the MAC header existed they simply sent nothing at all. A nil value drops the key from the request table, restoring that behaviour. A server that ignores the header is unaffected either way, and one that reads it now gets silence instead of a wrong answer. Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>