From 43408104a47d4ef51e285137488fcdefd897dc40 Mon Sep 17 00:00:00 2001 From: Jonathan Bennett Date: Mon, 4 Nov 2024 11:03:01 -0600 Subject: [PATCH 1/2] Add config.available for the MeshAdv 900M30S --- bin/config.d/lora-MeshAdv-900M30S.yaml | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 bin/config.d/lora-MeshAdv-900M30S.yaml diff --git a/bin/config.d/lora-MeshAdv-900M30S.yaml b/bin/config.d/lora-MeshAdv-900M30S.yaml new file mode 100644 index 0000000000..07dada620c --- /dev/null +++ b/bin/config.d/lora-MeshAdv-900M30S.yaml @@ -0,0 +1,9 @@ +Lora: + Module: sx1262 + CS: 21 + IRQ: 16 + Busy: 20 + Reset: 18 + TXen: 13 + RXen: 12 + DIO3_TCXO_VOLTAGE: true From f0f03963f53a8c59f2c534ecb234c64e5efa9a12 Mon Sep 17 00:00:00 2001 From: Jonathan Bennett Date: Mon, 4 Nov 2024 11:03:22 -0600 Subject: [PATCH 2/2] Move configs out of config.yaml --- bin/config-dist.yaml | 15 --------------- 1 file changed, 15 deletions(-) diff --git a/bin/config-dist.yaml b/bin/config-dist.yaml index bf1331a2b0..77680cc63f 100644 --- a/bin/config-dist.yaml +++ b/bin/config-dist.yaml @@ -81,17 +81,6 @@ I2C: Display: -### Waveshare 2.8inch RPi LCD -# Panel: ST7789 -# CS: 8 -# DC: 22 # Data/Command pin -# Backlight: 18 -# Width: 240 -# Height: 320 -# Reset: 27 -# Rotate: true -# Invert: true - ### Waveshare 1.44inch LCD HAT # Panel: ST7735S # CS: 8 #Chip Select @@ -148,10 +137,6 @@ Touchscreen: # IRQ: 24 # I2CAddr: 0x38 -# Module: XPT2046 # Waveshare 2.8inch -# CS: 7 -# IRQ: 17 - ### You can also specify the spi device for the touchscreen to use # spidev: spidev0.0