Lab_interaccio/2022/Test_mp3/platformio.ini
2025-02-25 21:29:42 +01:00

24 lines
728 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
[env:esp32-s3-devkitc-1]
platform = https://github.com/tasmota/platform-espressif32
board = esp32-s3-devkitc-1
framework = arduino
[env:esp32-s3-usb]
platform = https://github.com/tasmota/platform-espressif32
board = esp32-s3-usb
framework = arduino
[env:wemos_d1_mini32]
platform = espressif32
board = wemos_d1_mini32
framework = arduino