progress
This commit is contained in:
+9
-3
@@ -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
|
||||
Reference in New Issue
Block a user