* 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)
21 lines
380 B
YAML
21 lines
380 B
YAML
# https://github.com/wehooper4/Meshtastic-Hardware/tree/main/ZebraHAT
|
|
# Use for 2 watt hat
|
|
Meta:
|
|
name: ZebraHat 2W
|
|
support: community
|
|
compatible:
|
|
- raspberry-pi
|
|
|
|
Lora:
|
|
Module: sx1262 # Zebra SX1262 Pi Hat - 2W
|
|
DIO2_AS_RF_SWITCH: true
|
|
DIO3_TCXO_VOLTAGE: true
|
|
SX126X_MAX_POWER: 8
|
|
CS: 24
|
|
IRQ: 22
|
|
Busy: 27
|
|
Reset: 17
|
|
RXen: 25
|
|
I2C:
|
|
I2CDevice: /dev/i2c-1
|