We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a5efbfc commit a2af0b5Copy full SHA for a2af0b5
bin/config.d/lora-MeshAdv-900M30S.yaml
@@ -1,3 +1,5 @@
1
+# MeshAdv-Pi E22-900M30S
2
+# https://github.com/chrismyers2000/MeshAdv-Pi-Hat
3
Lora:
4
Module: sx1262
5
CS: 21
@@ -9,4 +11,4 @@ Lora:
9
11
DIO3_TCXO_VOLTAGE: true
10
12
# Only for E22-900M33S:
13
# Limit the output power to 8 dBm
- # SX126X_MAX_POWER: 8
14
+ # SX126X_MAX_POWER: 8
bin/config.d/lora-MeshAdv-Mini-900M22S.yaml
@@ -0,0 +1,11 @@
+# MeshAdv Mini E22-900M22S
+# https://github.com/chrismyers2000/MeshAdv-Mini
+Lora:
+ Module: sx1262 # Ebyte E22-900M22S
+ CS: 8
6
+ IRQ: 16
7
+ Busy: 20
8
+ Reset: 24
+ TXen: 13
+ DIO2_AS_RF_SWITCH: true
+ DIO3_TCXO_VOLTAGE: true
0 commit comments