Search found 2 matches

by MagnusErler
Fri Dec 29, 2023 8:58 pm
Forum: ESP-IDF
Topic: Example does not build after installation
Replies: 3
Views: 1091

Re: Example does not build after installation

I updated

Code: Select all

idf_component.yml
with

Code: Select all

## IDF Component Manager Manifest File
dependencies:
  espressif/esp-zboss-lib: "~1.0.0"
  espressif/esp-zigbee-lib: "~1.0.0"
  # Required IDF version
  idf:
    version: ">=5.0.0"
and it built successfully
by MagnusErler
Fri Dec 29, 2023 6:50 pm
Forum: ESP-IDF
Topic: Example does not build after installation
Replies: 3
Views: 1091

Re: Example does not build after installation

Same here. I had to remove

Code: Select all

esp_zb_sleep_now();