release espressif32 Arduino core 3.0.3 based on IDF 5.1.4
This commit is contained in:
@@ -0,0 +1,26 @@
|
||||
; PlatformIO Project Configuration File
|
||||
;
|
||||
; Build options: build flags, source filter, extra scripting
|
||||
; Upload options: custom port, speed and extra flags
|
||||
; Library options: dependencies, extra library storages
|
||||
;
|
||||
; Please visit documentation for the other options and examples
|
||||
; http://docs.platformio.org/page/projectconf.html
|
||||
|
||||
[platformio]
|
||||
src_dir = main
|
||||
|
||||
[env:esp32dev]
|
||||
platform = espressif32
|
||||
framework = espidf
|
||||
board = esp32dev
|
||||
|
||||
[env:esp32-s2]
|
||||
platform = espressif32
|
||||
framework = espidf
|
||||
board = esp32-s2-saola-1
|
||||
|
||||
[env:esp32-s3]
|
||||
platform = espressif32
|
||||
framework = espidf
|
||||
board = esp32-s3-devkitc-1
|
||||
Reference in New Issue
Block a user