add configs for FrameTastic and PiTastic (#10959)
This commit is contained in:
@@ -0,0 +1,20 @@
|
|||||||
|
#copy of lora-meshstick-1262.yaml data changed to match FrameTastic 1262 board
|
||||||
|
|
||||||
|
Meta:
|
||||||
|
name: FrameTastic 1262
|
||||||
|
support: community
|
||||||
|
compatible:
|
||||||
|
- usb
|
||||||
|
|
||||||
|
|
||||||
|
Lora:
|
||||||
|
Module: sx1262
|
||||||
|
CS: 0
|
||||||
|
IRQ: 6
|
||||||
|
Reset: 2
|
||||||
|
Busy: 4
|
||||||
|
spidev: ch341
|
||||||
|
DIO3_TCXO_VOLTAGE: true
|
||||||
|
# USB_Serialnum: 12345678
|
||||||
|
USB_PID: 0x5512
|
||||||
|
USB_VID: 0x1A86
|
||||||
@@ -0,0 +1,20 @@
|
|||||||
|
#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
|
||||||
Reference in New Issue
Block a user