-
Notifications
You must be signed in to change notification settings - Fork 971
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'master' into NextHopRouter
- Loading branch information
Showing
67 changed files
with
2,242 additions
and
403 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -30,7 +30,7 @@ lint: | |
- git-diff-check | ||
- [email protected] | ||
- [email protected] | ||
- [email protected] | ||
#- [email protected] | ||
ignore: | ||
- linters: [ALL] | ||
paths: | ||
|
@@ -46,4 +46,4 @@ actions: | |
enabled: | ||
- trunk-fmt-pre-commit | ||
- trunk-check-pre-push | ||
- trunk-upgrade-available | ||
- trunk-upgrade-available |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
# Contributor Covenant Code of Conduct | ||
|
||
The Meshtastic Firmware project is subject to the code of conduct for the parent project, which can be found here: | ||
The Meshtastic Firmware project is subject to the code of conduct for the parent project, which can be found here: | ||
https://meshtastic.org/docs/legal/conduct/ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
Lora: | ||
Module: sx1262 | ||
IRQ: 10 | ||
Busy: 12 | ||
# Reset: 2 | ||
spidev: spidev2.0 | ||
DIO2_AS_RF_SWITCH: true | ||
DIO3_TCXO_VOLTAGE: true |
16 changes: 16 additions & 0 deletions
16
bin/config.d/femtofox/femtofox_EByte-E22-900M30S_Ebyte-E22-900M22S.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
--- | ||
Lora: | ||
## Ebyte E22-900M30S, E22-900M22S with no external RF switching setup | ||
## Will work with any module without RF switching, and with TCXO | ||
Module: sx1262 | ||
gpiochip: 1 # subtract 32 from the gpio numbers | ||
DIO2_AS_RF_SWITCH: true | ||
DIO3_TCXO_VOLTAGE: true | ||
CS: 16 #pin6 / GPIO48 1C0 | ||
IRQ: 23 #pin17 / GPIO55 1C7 | ||
Busy: 22 #pin16 / GPIO54 1C6 | ||
Reset: 25 #pin13 / GPIO57 1D1 | ||
RXen: 24 #pin12 / GPIO56 1D0 | ||
#TXen: bridge to DIO2 on E22 module | ||
spidev: spidev0.0 | ||
spiSpeed: 2000000 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
--- | ||
Lora: | ||
## Ebyte E22-900MM22S with no external RF switching setup | ||
## Will work with any module without RF switching and no TCXO | ||
Module: sx1262 | ||
gpiochip: 1 # subtract 32 from the gpio numbers | ||
DIO2_AS_RF_SWITCH: true | ||
DIO3_TCXO_VOLTAGE: true | ||
CS: 16 #pin6 / GPIO48 1C0 | ||
IRQ: 23 #pin17 / GPIO55 1C7 | ||
Busy: 22 #pin16 / GPIO54 1C6 | ||
Reset: 25 #pin13 / GPIO57 1D1 | ||
RXen: 24 #pin12 / GPIO56 1D0 | ||
#TXen: bridge to DIO2 on E22 module | ||
spidev: spidev0.0 | ||
spiSpeed: 2000000 |
14 changes: 14 additions & 0 deletions
14
bin/config.d/femtofox/femtofox_Heltec-HT-RA62_Seeed-WIO-SX1262.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
--- | ||
Lora: | ||
## Heltec HT-RA62, Seeed WIO SX1262 | ||
## Will work with any module with automatic RF switching, and with TCXO | ||
Module: sx1262 | ||
gpiochip: 1 # subtract 32 from the gpio numbers | ||
DIO2_AS_RF_SWITCH: true | ||
DIO3_TCXO_VOLTAGE: true | ||
CS: 16 #pin6 (GPIO pin 48 1C0) | ||
IRQ: 23 #pin17 (GPIO pin 55 1C7) | ||
Reset: 25 #pin13 (GPIO pin 57 1D1) | ||
Busy: 22 #pin16 (GPIO pin 54 1C6) | ||
spidev: spidev0.0 #pins are (CS=6, CLK=7, MOSI=8, MISO=9) | ||
spiSpeed: 2000000 |
13 changes: 13 additions & 0 deletions
13
bin/config.d/femtofox/femtofox_Waveshare-SX126X-XXXM_AI-Thinker-RA-01SH.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
--- | ||
Lora: | ||
## Waveshare SX126X XXXM, AI Thinker RA-01SH | ||
## Will work with any module with automatic RF switching, and with no TCXO | ||
Module: sx1262 | ||
gpiochip: 1 # subtract 32 from the gpio numbers | ||
DIO2_AS_RF_SWITCH: true | ||
CS: 16 #pin6 (GPIO pin 48 1C0) | ||
IRQ: 23 #pin17 (GPIO pin 55 1C7) | ||
Reset: 25 #pin13 (GPIO pin 57 1D1) | ||
Busy: 22 #pin16 (GPIO pin 54 1C6) | ||
spidev: spidev0.0 #pins are (CS=6, CLK=7, MOSI=8, MISO=9) | ||
spiSpeed: 2000000 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -605,4 +605,4 @@ class Screen : public concurrency::OSThread | |
|
||
} // namespace graphics | ||
|
||
#endif | ||
#endif |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.