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.
28 lines
969 B
28 lines
969 B
; 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
|
|
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]
|
|
src_filter = +<primary-esp32/*> +<common/*>
|
|
lib_deps = plapointe6/EspMQTTClient@^1.13.3
|
|
|
|
[env:motor-esp32]
|
|
src_filter = +<motor-esp32/*> +<common/*>
|