lj_200706
This commit is contained in:
@ -9,10 +9,17 @@
|
||||
; https://docs.platformio.org/page/projectconf.html
|
||||
|
||||
[env:esp32-s3-devkitc-1]
|
||||
platform = espressif32 @ ^4.4.0
|
||||
; platform = espressif32 @ ^4.4.0
|
||||
; board = esp32-s3-devkitc-1
|
||||
; framework = arduino
|
||||
; platform_packages = toolchain-riscv32-esp @ 8.4.0
|
||||
|
||||
platform = http://172.16.0.251/esp32/platform-espressif32_arduino3.1.1.zip
|
||||
board = esp32-s3-devkitc-1
|
||||
framework = arduino
|
||||
platform_packages = toolchain-riscv32-esp @ 8.4.0
|
||||
|
||||
|
||||
board_build.partitions = partitions.csv
|
||||
board_upload.flash_size = 4MB
|
||||
board_upload.psram_size = 2MB
|
||||
lib_deps = arkhipenko/TM1650@^1.1.0
|
||||
|
||||
Reference in New Issue
Block a user