Fix header file formatting and add missing defines

Signed-off-by: Niel Nielsen <nieldk@gmail.com>
This commit is contained in:
Niel Nielsen
2026-08-28 13:10:24 +02:00
committed by Philippe Teuwen
parent 33535330e1
commit b3fc31f58f
+3
View File
@@ -662,6 +662,9 @@ typedef struct {
// PM5, toggle automatic power-off on USB unplug. Used by `hw bwmautooff`.
#define CMD_PM5_BWM_AUTOOFF 0x017B
#define CMD_PM5_BWM_WIFI 0x017C
// CMD_PM5_BWM_WIFI payload: [action:u8][port:u16 LE][ssid\0][pwd\0][hostname\0]
#define BWM_WIFI_ACTION_START 0x00 // join AP + start TCP server
#define BWM_WIFI_ACTION_STOP 0x01 // tear down, back to BLE-only
// For low-frequency tags
#define CMD_LF_TI_READ 0x0202
#define CMD_LF_TI_WRITE 0x0203