update to nanopb

This commit is contained in:
geeksville
2020-02-03 22:22:53 -08:00
parent 31ee795e9b
commit f2a731c22d
5 changed files with 13 additions and 7 deletions
+9 -3
View File
@@ -20,11 +20,11 @@ framework = arduino
board_build.partitions = partition-table.csv
; note: we add src to our include search path so that lmic_project_config can override
build_flags = -Wall -Wextra -Wno-missing-field-initializers -O3 -Wl,-Map,.pio/build/esp32/output.map -DAXP_DEBUG_PORT=Serial
build_flags = -Wall -Wextra -Wno-missing-field-initializers -ggdb -O3 -Wl,-Map,.pio/build/esp32/output.map -DAXP_DEBUG_PORT=Serial -DCORE_DEBUG_LEVEL=ARDUHAL_LOG_LEVEL_DEBUG
; -DLOG_LOCAL_LEVEL=ESP_LOG_DEBUG -DCORE_DEBUG_LEVEL=ARDUHAL_LOG_LEVEL_DEBUG
upload_speed = 921600
; upload_port = /dev/ttyUSB0
upload_port = /dev/ttyUSB0
; the default is esptool
; upload_protocol = esp-prog
@@ -32,9 +32,15 @@ upload_speed = 921600
; monitor_port = /dev/ttyUSB0
monitor_speed = 115200
debug_tool = esp-prog
# debug_tool = esp-prog
# debug_port = /dev/ttyUSB0
debug_tool = olimex-arm-usb-ocd-h
; upload_protocol = olimex-arm-usb-ocd-h
;debug_init_cmds =
; adapter_khz 10000
lib_deps =
RadioHead
TinyGPSPlus