Hexapod/platformio.ini
2021-01-01 17:47:56 +01:00

35 lines
932 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
https://github.com/aed3/PS4-esp32.git
[env:featheresp32]
platform = espressif32
board = esp32dev
framework = arduino
lib_deps = ${common.lib_deps}
board_build.partitions = min_spiffs.csv
[env:featheresp32 OTA]
platform = espressif32
board = esp32dev
framework = arduino
lib_deps = ${common.lib_deps}
board_build.partitions = min_spiffs.csv
; OTA
; https://docs.platformio.org/en/latest/platforms/espressif8266.html#over-the-air-ota-update
upload_protocol = espota
upload_port = hexapod