We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a595e61 commit 52a7897Copy full SHA for 52a7897
main.go
@@ -26,7 +26,7 @@ var (
26
com_port = flag.String("port", "", "Upload serial port")
27
ble_compliance_string = flag.String("ble_fw_str", "", "BLE FW ID string")
28
ble_compliance_offset = flag.Int("ble_fw_pos", 0, "BLE FW ID offset")
29
- rtos_compliance_string = flag.String("rots_fw_str", "", "RTOS FW ID string")
+ rtos_compliance_string = flag.String("rtos_fw_str", "", "RTOS FW ID string")
30
rtos_compliance_offset = flag.Int("rtos_fw_pos", 0, "RTOS FW ID offset")
31
)
32
0 commit comments