allow heltec boards to boot without i2c when jtag debugging

This commit is contained in:
geeksville
2020-02-04 07:31:32 -08:00
parent f2a731c22d
commit 4a40b9499b
6 changed files with 39 additions and 27 deletions
+4 -3
View File
@@ -24,12 +24,12 @@ build_flags = -Wall -Wextra -Wno-missing-field-initializers -ggdb -O3 -Wl,-Map,.
; -DLOG_LOCAL_LEVEL=ESP_LOG_DEBUG -DCORE_DEBUG_LEVEL=ARDUHAL_LOG_LEVEL_DEBUG
upload_speed = 921600
upload_port = /dev/ttyUSB0
;upload_port = /dev/ttyUSB1
; the default is esptool
; upload_protocol = esp-prog
; monitor_port = /dev/ttyUSB0
;monitor_port = /dev/ttyUSB1
monitor_speed = 115200
# debug_tool = esp-prog
@@ -46,4 +46,5 @@ lib_deps =
TinyGPSPlus
ESP8266_SSD1306
AXP202X_Library
SPI
SPI
Wire ; explicitly needed here because the AXP202 library forgets to add it