Delete the first project and setup minimal wifi

This commit is contained in:
2025-12-20 17:13:35 +01:00
parent 4523db30b6
commit 508669c826
22 changed files with 427 additions and 1412 deletions

9
main/idf_component.yml Executable file
View File

@@ -0,0 +1,9 @@
dependencies:
espressif/esp_wifi_remote:
version: ">=0.10,<2.0"
rules:
- if: "target in [esp32p4, esp32h2]"
espressif/esp_hosted:
version: "~2"
rules:
- if: "target in [esp32p4, esp32h2]"