20 lines
610 B
INI
20 lines
610 B
INI
; 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:esp32s3box]
|
|
platform = http://111.198.24.44:11080/v6.5.0.zip
|
|
board = esp32-s3-devkitc-1
|
|
framework = arduino
|
|
lib_deps =
|
|
esphome/ESPAsyncWebServer-esphome@^3.3.0
|
|
robtillaart/INA226@^0.6.0
|
|
robtillaart/DS18B20@^0.2.4
|
|
monitor_speed = 115200
|