37 lines
995 B
INI
37 lines
995 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 = heltec_wifi_lora_32_V2
|
|
|
|
[env:heltec_wifi_lora_32_V2]
|
|
platform = espressif32
|
|
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
|
|
|
|
|
|
[env:lolin32]
|
|
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 |