Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
C2: Disable network provisioning
  • Loading branch information
Jason2866 authored Jun 3, 2025
commit 3ac7955f008032c9ae09660d7d880e279cf35f87
2 changes: 2 additions & 0 deletions idf_component.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,8 @@ dependencies:
# RainMaker Start (Fixed versions, because Matter supports only Insights 1.0.1)
espressif/network_provisioning:
version: "1.0.2"
rules:
- if: "target != esp32c2"
espressif/esp_rainmaker:
version: "1.5.2"
rules:
Expand Down