You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

41 lines
1.3 KiB

; 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 = primary_esp32
[env]
platform = espressif32@6.1
;platform = https://github.com/tasmota/platform-espressif32/releases/download/v2.0.3rc1/platform-espressif32-2.0.3.zip
;platform_packages = framework-arduinoespressif32 @ https://github.com/Jason2866/esp32-arduino-lib-builder/releases/download/728/framework-arduinoespressif32-v4.4_dev-d3c108c910.tar.gz
framework = arduino
board = esp32dev
monitor_speed = 57600
[env:primary_esp32]
build_src_filter = +<primary-esp32/*> +<common/*>
lib_deps =
plapointe6/EspMQTTClient@^1.13.3
adafruit/Adafruit BusIO@^1.14.1
adafruit/Adafruit MPRLS Library@^1.2.0
[env:primary_esp32_ota]
build_src_filter = +<primary-esp32/*> +<common/*>
lib_deps =
plapointe6/EspMQTTClient@^1.13.3
adafruit/Adafruit BusIO@^1.14.1
adafruit/Adafruit MPRLS Library@^1.2.0
upload_protocol = espota
upload_port = airseeder.local
upload_flags = "--auth=87usc6rs"
[env:motor_esp32]
build_src_filter = +<motor-esp32/*> +<common/*>