Merge PR #56: Add Zebra radio configuration

This commit is contained in:
Lloyd
2026-01-09 10:10:50 +00:00
+17
View File
@@ -93,6 +93,23 @@
"tx_power": 22,
"use_dio3_tcxo": true,
"preamble_length": 17
},
"Zebra": {
"name": "ZebraHat-1W",
"bus_id": 0,
"cs_id": 0,
"cs_pin": 24,
"reset_pin": 17,
"busy_pin": 27,
"irq_pin": 22,
"txen_pin": -1,
"rxen_pin": -1,
"txled_pin": -1,
"rxled_pin": -1,
"tx_power": 18,
"use_dio3_tcxo": true,
"use_dio2_rf": true,
"preamble_length": 17
}
}
}