simplify menus
This commit is contained in:
+5
-5
@@ -15,7 +15,7 @@ board_build.partitions = no_ota.csv
|
||||
framework = arduino
|
||||
monitor_speed = 115200
|
||||
upload_speed = 921600
|
||||
monitor_port = COM3
|
||||
monitor_port = COM6
|
||||
lib_deps =
|
||||
https://git.kleiax.de/PlatformIO-Libs/SparkFunGNSS.git
|
||||
knolleary/PubSubClient@^2.8
|
||||
@@ -25,10 +25,10 @@ lib_deps =
|
||||
mprograms/QMC5883LCompass@^1.2.0
|
||||
https://git.kleiax.de/PlatformIO-Libs/Menu.git
|
||||
nrf24/RF24@^1.4.5
|
||||
upload_port = COM3
|
||||
extra_scripts =
|
||||
pre:autoVersionIncrement/version_increment_pre.py
|
||||
post:autoVersionIncrement/version_increment_post.py
|
||||
upload_port = COM6
|
||||
; extra_scripts =
|
||||
; pre:autoVersionIncrement/version_increment_pre.py
|
||||
; post:autoVersionIncrement/version_increment_post.py
|
||||
test_ignore = test_desktop
|
||||
build_type = debug
|
||||
monitor_filters = esp32_exception_decoder
|
||||
|
||||
Reference in New Issue
Block a user