43 lines
963 B
INI
43 lines
963 B
INI
; PlatformIO Project Configuration File
|
|
;
|
|
; Build options: build flags, source filter
|
|
; Upload options: custom upload port, speed and extra flags
|
|
; Library options: dependencies, extra library storages
|
|
; Advanced options: extra scripting
|
|
;
|
|
; Please visit documentation for the other options and examples
|
|
; https://docs.platformio.org/page/projectconf.html
|
|
|
|
[platformio]
|
|
default_envs = ttgo-t18
|
|
|
|
[env]
|
|
lib_deps =
|
|
ericksimoes/Ultrasonic@^3.0.0
|
|
http://192.168.2.3/Bonobo.Git.Server/OLEDDisplay.git
|
|
knolleary/PubSubClient @ ^2.8
|
|
|
|
|
|
[env:heltec_wifi_lora_32_V2]
|
|
platform = espressif32
|
|
board = heltec_wifi_lora_32_V2
|
|
tasks =
|
|
framework = arduino
|
|
build_flags = -D ENVIRONMENT=1
|
|
monitor_speed = 115200
|
|
|
|
|
|
[env:lolin32]
|
|
platform = espressif32
|
|
board = lolin32
|
|
framework = arduino
|
|
build_flags = -D ENVIRONMENT=2
|
|
monitor_speed = 115200
|
|
|
|
|
|
[env:ttgo-t18]
|
|
platform = espressif32
|
|
board = ttgo-t1
|
|
framework = arduino
|
|
build_flags = -D ENVIRONMENT=3
|
|
monitor_speed = 115200 |