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 09:47:56 +08:00
|
|
|
|
|
|
|
[env:esp32s3]
|
|
|
|
platform = espressif32
|
|
|
|
board = adafruit_feather_esp32s3_tft
|
|
|
|
framework = arduino
|