esp32-car/platformio.ini

26 lines
668 B
INI
Raw Permalink Normal View History

2024-12-12 15:38:11 +08:00
; 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
2024-12-27 09:47:56 +08:00
[env:esp32]
2024-12-12 15:38:11 +08:00
platform = espressif32
board = esp32dev
framework = arduino
2024-12-27 15:56:14 +08:00
monitor_speed = 115200
2025-01-01 19:22:37 +08:00
lib_deps =
madhephaestus/ESP32Servo@^3.0.6
2024-12-27 09:47:56 +08:00
[env:esp32s3]
platform = espressif32
board = adafruit_feather_esp32s3_tft
2024-12-27 15:56:14 +08:00
framework = arduino
monitor_speed = 115200
2025-01-01 19:22:37 +08:00
lib_deps =
madhephaestus/ESP32Servo@^3.0.6