Search found 4 matches

by HPekiM
Wed Oct 26, 2022 5:24 pm
Forum: ESP-IDF
Topic: (solved) esp_event_loop_create_default() returned ESP_ERR_INVALID_STATE
Replies: 5
Views: 8688

Re: (solved) esp_event_loop_create_default() returned ESP_ERR_INVALID_STATE

Is there any means to detect if "esp_event_loop_create_default()" was already called before? Or do I have to keep track of that call on my own?

Thanks in advance
Mike
by HPekiM
Sat Oct 22, 2022 9:24 am
Forum: ESP-IDF
Topic: Tried to update ESP-IDF and everything broke
Replies: 3
Views: 2215

Re: Tried to update ESP-IDF and everything broke

Adding environment variable IDF_MAINTAINER (set to '1') - as suggested in the above shown error message - fixed it!
by HPekiM
Sat Oct 22, 2022 9:10 am
Forum: ESP-IDF
Topic: Tried to update ESP-IDF and everything broke
Replies: 3
Views: 2215

Re: Tried to update ESP-IDF and everything broke

same problem here :/
by HPekiM
Mon Oct 10, 2022 6:53 pm
Forum: General Discussion
Topic: admin rights need to compile esp-idf sample?
Replies: 0
Views: 949

admin rights need to compile esp-idf sample?

Have installed esp-idf and tools w/ offline installer and admin rights on windows. When I try to build the blink sample with a normal (non-admin) windows user via powershell, the build fails. Project files reside in user's documents folder; user has full access privileges to esp-idf & tools folders ...