Files
Sasa Karanovic f3efb34f8e Initial commit
2026-05-19 00:13:24 -04:00

53 lines
1.4 KiB
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
[platformio]
default_envs = esp32c3
[env:esp32_ota]
extends = env:esp32c3
upload_protocol = espota
[env:esp32c3]
board_build.f_cpu = 160000000L
board_build.f_flash = 80000000L
board_build.flash_mode = qio
board_build.partitions = huge_app.csv
framework = arduino
platform = https://github.com/platformio/platform-espressif32.git
board = esp32-c3-devkitm-1
upload_protocol = esptool
Monitor_speed = 115200
build_flags =
-DARDUINO_USB_MODE=1
-DARDUINO_USB_CDC_ON_BOOT=1
-DUSE_ESP32
-DUSE_ESP32_FRAMEWORK_ARDUINO
-DAUDIO_NO_SD_FS ; i2s_audio
-DTEMPLATE_PLACEHOLDER=36 ; '$'
extra_scripts =
pre:make_version.py
pre:minify_data.py
pre:embed_data.py
post:merge_firmware.py
lib_deps=
SPI
WiFi
Wire
https://github.com/esphome/ESPAsyncWebServer @ ^3.2.2
https://github.com/esphome/AsyncTCP @ ^2.1.3
ESPmDNS @ 2.0.0
https://github.com/tzapu/WiFiManager.git
https://github.com/Sensirion/arduino-sht @ ^1.2.5
https://github.com/RobTillaart/CRC @ ^1.0.2