37 lines
1.1 KiB
INI
37 lines
1.1 KiB
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 =
|
|
# Note that the GitHub repository must be a valid PlatformIO library i.e. it must
|
|
# have library.json or library.properties in its root directory
|
|
OSC #master
|
|
Adafruit PWM Servo Driver Library
|
|
https://github.com/philsson/PS4-esp32
|
|
|
|
[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
|