rx path to phone is written

This commit is contained in:
geeksville
2020-02-02 18:33:46 -08:00
parent 74adc06f89
commit b799004f0d
6 changed files with 60 additions and 31 deletions
+9 -1
View File
@@ -20,13 +20,21 @@ 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
build_flags = -Wall -Wextra -Wno-missing-field-initializers -O3 -Wl,-Map,.pio/build/esp32/output.map -DAXP_DEBUG_PORT=Serial
; -DLOG_LOCAL_LEVEL=ESP_LOG_DEBUG -DCORE_DEBUG_LEVEL=ARDUHAL_LOG_LEVEL_DEBUG
upload_speed = 921600
; upload_port = /dev/ttyUSB0
; the default is esptool
; upload_protocol = esp-prog
; monitor_port = /dev/ttyUSB0
monitor_speed = 115200
debug_tool = esp-prog
# debug_port = /dev/ttyUSB0
lib_deps =
RadioHead
TinyGPSPlus