This commit is contained in:
2026-04-23 11:17:01 +08:00
commit d7fc51018e
11 changed files with 854 additions and 0 deletions

18
platformio.ini Normal file
View File

@ -0,0 +1,18 @@
; 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 = espressif32 @ ^4.4.0
board = esp32-s3-devkitc-1
framework = arduino
platform_packages = toolchain-riscv32-esp @ 8.4.0
board_upload.flash_size = 4MB
board_upload.psram_size = 2MB
lib_deps = robtillaart/INA226@^0.6.0