mirror of
https://github.com/meshtastic/firmware.git
synced 2025-02-01 18:29:56 +00:00
46bd6ca7ba
* 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>
27 lines
404 B
YAML
27 lines
404 B
YAML
# 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
|