Add Zebra configuration to radio-settings.json

Initial zebra add
This commit is contained in:
wehooper4
2026-01-08 23:05:59 -05:00
committed by GitHub
parent 2e5f185a23
commit 9fc819626b
+17 -1
View File
@@ -93,6 +93,22 @@
"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": 30,
"use_dio3_tcxo": true,
"preamble_length": 17,
},
}
}