allow heltec boards to boot without i2c when jtag debugging
This commit is contained in:
+4
-3
@@ -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
|
||||
Reference in New Issue
Block a user