feat: update default radio type to null in config example

This commit is contained in:
Lloyd
2026-05-18 15:59:49 +01:00
parent 0e1031227e
commit e0dbecd51c
+1 -1
View File
@@ -314,7 +314,7 @@ identities:
# - pymc_tcp (pymc_usb firmware modem over Wi-Fi/TCP)
# - pymc_usb (pymc_usb firmware modem over USB-CDC)
# - null/none (disable radio hardware; daemon starts without RF I/O)
radio_type: sx1262
radio_type: null
# CH341 USB-to-SPI adapter settings (only used when radio_type: sx1262_ch341)
# NOTE: VID/PID are integers. Hex is also accepted in YAML, e.g. 0x1A86.