mirror of
https://github.com/meshtastic/firmware.git
synced 2026-08-01 10:58:30 -04:00
* rebased to master
* Update bin/config.d/lora-ZebraHat_2W.yaml
Co-authored-by: Austin <vidplace7@gmail.com>
* Update bin/config.d/lora-ZebraHat_1W.yaml
Co-authored-by: Austin <vidplace7@gmail.com>
* Update bin/config.d/lora-NebraHat_2W.yaml
Co-authored-by: Austin <vidplace7@gmail.com>
* Update bin/config.d/lora-NebraHat_1W.yaml
Co-authored-by: Austin <vidplace7@gmail.com>
* Remove TX_GAIN_LORA configuration line
* Remove TX_GAIN_LORA configuration line
* Comment out TX_GAIN_LORA configuration
* Comment out TX_GAIN_LORA configuration
* Update lora-ok3506-RAK6421-13300-slot1.yaml
* Update lora-ok3506-RAK6421-13300-slot2.yaml
* Update lora-RAK6421-13300-slot1.yaml
* Update lora-RAK6421-13300-slot2.yaml
---------
Co-authored-by: Austin <vidplace7@gmail.com>
(cherry picked from commit a49729eb89)
26 lines
503 B
YAML
26 lines
503 B
YAML
# This config works with all revisions of the Meshtoad USB radio.
|
|
|
|
Meta:
|
|
name: meshtoad-e22
|
|
support: official
|
|
compatible:
|
|
- usb
|
|
|
|
Lora:
|
|
Module: sx1262
|
|
CS: 0
|
|
IRQ: 6
|
|
Reset: 2
|
|
Busy: 4
|
|
RXen: 1
|
|
DIO2_AS_RF_SWITCH: true
|
|
DIO3_TCXO_VOLTAGE: true
|
|
spidev: ch341
|
|
USB_PID: 0x5512
|
|
USB_VID: 0x1A86
|
|
# Optional: Reduce power to 10 dBm to
|
|
# avoid over-drawing the USB port
|
|
# SX126X_MAX_POWER: 10
|
|
# Optional: Set the serial number for multi-radio support
|
|
# USB_Serialnum: 13374201
|