YAML based config for PI / Portduino (#2943)
* Add configuration via /etc/meshtastic/config.yaml * Move example config, support more locations * Fix config check * Use access() to check for config file presence * Throw an error and exit on radio init fail * Adds error check for reading Bluetooth MAC * Settle on meshtasticd, add install script * Shell fixes * Fine. I'll put it back and then disable you * Get wrekt, shellchekt * Firat attempt at adding raspbian CI build * Tickle the workflow * Beatings will continue til morale improves * Permissions are overrated --------- Co-authored-by: Jonathan Bennett <jbennett@incomsystems.biz>
This commit is contained in:
co-authored by
GitHub
Jonathan Bennett
parent
9d4af1146e
commit
46bd6ca7ba
@@ -0,0 +1,26 @@
|
||||
# Define your devices here.
|
||||
# Use Broadcom pin numbering
|
||||
|
||||
#Waveshare SX126X XXXM
|
||||
|
||||
#USE_SX1262: true
|
||||
#SX126X_DIO2_AS_RF_SWITCH: true
|
||||
#SX126X_CS: 21
|
||||
#SX126X_DIO1: 16
|
||||
#SX126X_BUSY: 20
|
||||
#SX126X_RESET: 18
|
||||
|
||||
#Waveshare SX1302 LISTEN ONLY AT THIS TIME!
|
||||
|
||||
#USE_SX1262: true
|
||||
#SX126X_CS: 7
|
||||
#SX126X_DIO1: 17
|
||||
#SX126X_RESET: 22
|
||||
|
||||
#Adafruit RFM9x
|
||||
|
||||
#USE_RF95: true
|
||||
#RF95_RESET: 25
|
||||
#RF95_NSS: 7
|
||||
#RF95_IRQ: 22
|
||||
#RF95_DIO1: 23
|
||||
Reference in New Issue
Block a user