bidir comm works

This commit is contained in:
geeksville
2020-02-06 21:26:40 -08:00
parent f2d7215fb3
commit ade30ee1ce
7 changed files with 26 additions and 10 deletions
+5 -2
View File
@@ -13,6 +13,7 @@
[env:esp32]
platform = espressif32
board = ttgo-t-beam
; board = heltec_wifi_lora_32_V2
framework = arduino
; customize the partition table
@@ -43,7 +44,7 @@ monitor_speed = 115200
# debug_port = /dev/ttyACM0
debug_tool = jlink
; upload_protocol = jlink
;upload_protocol = jlink
; debug_tool = olimex-arm-usb-ocd-h
; upload_protocol = olimex-arm-usb-ocd-h
@@ -54,11 +55,13 @@ debug_tool = jlink
debug_init_break = tbreak setup
lib_deps =
RadioHead
; RadioHead - I now use a custom build of this library
; file:///home/kevinh/development/meshtastic/RadioHead
TinyGPSPlus
ESP8266_SSD1306
AXP202X_Library
SPI
CRC32 ; explicitly needed because dependency is missing in the ble ota update lib
Wire ; explicitly needed here because the AXP202 library forgets to add it
;[env:tbeam]