Merge branch 'dev' into portduino

# Conflicts:
#	.vscode/settings.json
This commit is contained in:
Kevin Hester
2021-03-15 12:09:07 +08:00
116 changed files with 5000 additions and 1496 deletions
+9 -1
View File
@@ -69,5 +69,13 @@
"wifi"
],
"C_Cpp.dimInactiveRegions": true,
"cmake.configureOnOpen": true
"cmake.configureOnOpen": true,
"protoc": {
"compile_on_save": false,
"compile_all_path": "/home/kevinh/development/meshtastic/meshtastic-esp32/proto",
"options": [
"--java_out=/tmp",
"-I=/home/kevinh/development/meshtastic/meshtastic-esp32/proto"
]
}
}