## [v1.1.1] [HOTFIX] - 2025-02-26
### Bug Fixes
- Fixed wildcard scope `#*` not being recognized, causing incorrect packet types to be sent. Zones with no regional scope return `#*` as the wildcard, but the app only matched `*`, causing it to derive a TransportKey and call setFloodScope() with the literal string. This resulted in all TX pings being sent as TransportFlood (0x00/0x14) instead of regular FLOOD (0x01/0x15).