added ttgo board en pins
This commit is contained in:
@@ -9,7 +9,16 @@
|
||||
; https://docs.platformio.org/page/projectconf.html
|
||||
|
||||
[platformio]
|
||||
default_envs = heltec_wifi_lora_32_V2
|
||||
default_envs = ttgo-t18
|
||||
|
||||
[env]
|
||||
lib_deps =
|
||||
#heltecautomation/Heltec ESP32 Dev-Boards@^1.1.0
|
||||
ericksimoes/Ultrasonic@^3.0.0
|
||||
256dpi/MQTT@^2.4.8
|
||||
http://192.168.2.3/Bonobo.Git.Server/OLEDDisplay.git
|
||||
bluerobotics/ping-arduino@^0.0.2
|
||||
|
||||
|
||||
[env:heltec_wifi_lora_32_V2]
|
||||
platform = espressif32
|
||||
@@ -17,11 +26,6 @@ board = heltec_wifi_lora_32_V2
|
||||
tasks =
|
||||
framework = arduino
|
||||
build_flags = -D ENVIRONMENT=1
|
||||
lib_deps =
|
||||
#heltecautomation/Heltec ESP32 Dev-Boards@^1.1.0
|
||||
ericksimoes/Ultrasonic@^3.0.0
|
||||
256dpi/MQTT@^2.4.8
|
||||
http://192.168.2.3/Bonobo.Git.Server/OLEDDisplay.git
|
||||
monitor_speed = 115200
|
||||
|
||||
|
||||
@@ -30,19 +34,12 @@ platform = espressif32
|
||||
board = lolin32
|
||||
framework = arduino
|
||||
build_flags = -D ENVIRONMENT=2
|
||||
lib_deps =
|
||||
ericksimoes/Ultrasonic@^3.0.0
|
||||
256dpi/MQTT@^2.4.8
|
||||
http://192.168.2.3/Bonobo.Git.Server/OLEDDisplay.git
|
||||
monitor_speed = 115200
|
||||
|
||||
|
||||
[env:ttgo-t18]
|
||||
platform = espressif32
|
||||
board = ttgo-t1
|
||||
framework = arduino
|
||||
build_flags = -D ENVIRONMENT=3
|
||||
lib_deps =
|
||||
ericksimoes/Ultrasonic@^3.0.0
|
||||
256dpi/MQTT@^2.4.8
|
||||
http://192.168.2.3/Bonobo.Git.Server/OLEDDisplay.git
|
||||
monitor_speed = 115200
|
||||
Reference in New Issue
Block a user