ESPSomfy-RTS/main/idf_component.yml
Mathieu Tournier 4c23d252e9 Port project to use cmake build system.
This permits to develop the project more easily and efficiently than with Arduino iIDE (which is a pain)
Use the latest IDF framework version
Compile for esp32C5 chip
2025-12-28 19:07:08 +01:00

6 lines
143 B
YAML

dependencies:
espressif/arduino-esp32:
pre_release: true
version: '*'
bblanchon/arduinojson: ^7.4.2
joltwallet/littlefs: ^1.20.3