This commit is contained in:
geeksville
2020-02-05 22:13:27 -08:00
parent 83fb38b38c
commit 0050e4b05a
3 changed files with 16 additions and 6 deletions
+9 -3
View File
@@ -12,8 +12,7 @@
[env:esp32]
platform = espressif32
board = heltec_wifi_lora_32_V2
; board = ttgo-t-beam
board = ttgo-t-beam
framework = arduino
; customize the partition table
@@ -60,4 +59,11 @@ lib_deps =
ESP8266_SSD1306
AXP202X_Library
SPI
Wire ; explicitly needed here because the AXP202 library forgets to add it
Wire ; explicitly needed here because the AXP202 library forgets to add it
;[env:tbeam]
;board = ttgo-t-beam
;[env:heltec]
;build_type = debug ; to make it possible to step through our jtag debugger
;board = heltec_wifi_lora_32_V2