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>
10 lines
199 B
Plaintext
10 lines
199 B
Plaintext
enable=all
|
|
source-path=SCRIPTDIR
|
|
disable=SC2154
|
|
disable=SC2248
|
|
disable=SC2250
|
|
|
|
# If you're having issues with shellcheck following source, disable the errors via:
|
|
# disable=SC1090
|
|
# disable=SC1091
|
|
# |