21 lines
362 B
YAML
21 lines
362 B
YAML
#Board uses wehoopers zebra hat config # https://github.com/wehooper4/Meshtastic-Hardware/tree/main/ZebraHAT
|
|
|
|
Meta:
|
|
name: PiTastic 1W
|
|
support: community
|
|
compatible:
|
|
- raspberry-pi
|
|
|
|
Lora:
|
|
Module: sx1262
|
|
DIO2_AS_RF_SWITCH: true
|
|
DIO3_TCXO_VOLTAGE: true
|
|
SX126X_MAX_POWER: 18
|
|
CS: 24
|
|
IRQ: 22
|
|
Busy: 27
|
|
Reset: 17
|
|
|
|
I2C:
|
|
I2CDevice: /dev/i2c-1
|