rx path to phone is written
This commit is contained in:
+9
-1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user