ESP32-S3FH4R2
This commit is contained in:
@ -8,15 +8,11 @@
|
||||
; Please visit documentation for the other options and examples
|
||||
; https://docs.platformio.org/page/projectconf.html
|
||||
|
||||
[env:arduino-esp32]
|
||||
platform = https://github.com/platformio/platform-espressif32.git
|
||||
board = esp32dev
|
||||
[env:esp32-s3-devkitc-1]
|
||||
platform = espressif32 @ ^4.4.0
|
||||
board = esp32-s3-devkitc-1
|
||||
framework = arduino
|
||||
monitor_speed=115200
|
||||
platform_packages =
|
||||
framework-arduinoespressif32 @ https://github.com/espressif/arduino-esp32
|
||||
platform_packages = toolchain-riscv32-esp @ 8.4.0
|
||||
board_upload.flash_size = 4MB
|
||||
board_upload.psram_size = 2MB
|
||||
lib_deps = arkhipenko/TM1650@^1.1.0
|
||||
;upload_protocol = jlink
|
||||
;debug_tool = jlink
|
||||
;upload_protocol = esp-bridge
|
||||
;debug_tool = esp-bridge
|
||||
Reference in New Issue
Block a user