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.

31 lines
742 B

5 years ago
; 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
3 weeks ago
[platformio]
default_envs = com, ota
2 months ago
3 weeks ago
[env:com]
2 months ago
platform = espressif32
board = esp32dev
5 years ago
framework = arduino
5 years ago
upload_protocol = esptool
lib_deps =
3 weeks ago
knolleary/PubSubClient@^2.8
[env:ota]
platform = espressif32
board = esp32dev
framework = arduino
upload_protocol = espota
3 weeks ago
upload_port = 192.168.1.167
upload_flags = --auth=P@ssw0rd
3 weeks ago
lib_deps =
knolleary/PubSubClient@^2.8