Hexapod/platformio.ini

32 lines
810 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
[common]
lib_deps =
OSC #master
Adafruit PWM Servo Driver Library
[env:featheresp32]
platform = espressif32
board = esp32dev
framework = arduino
lib_deps = ${common.lib_deps}
[env:featheresp32 OTA]
platform = espressif32
board = esp32dev
framework = arduino
lib_deps = ${common.lib_deps}
; OTA
; https://docs.platformio.org/en/latest/platforms/espressif8266.html#over-the-air-ota-update
upload_protocol = espota
upload_port = hexapod