Files
timemodle/platformio.ini

26 lines
788 B
INI
Raw Normal View History

2023-02-01 16:15:55 +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
2025-12-03 14:02:15 +08:00
[env:esp32-s3-devkitc-1]
2026-07-06 13:45:05 +08:00
; 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
2025-12-03 14:02:15 +08:00
board = esp32-s3-devkitc-1
2023-02-01 16:15:55 +08:00
framework = arduino
2026-07-06 13:45:05 +08:00
board_build.partitions = partitions.csv
2025-12-03 14:02:15 +08:00
board_upload.flash_size = 4MB
board_upload.psram_size = 2MB
2023-02-01 16:15:55 +08:00
lib_deps = arkhipenko/TM1650@^1.1.0