Search found 2 matches

by chmoore889
Sat Jul 10, 2021 6:41 pm
Forum: ESP RainMaker
Topic: Watchdog triggering on esp_rmaker_param_update_and_report
Replies: 1
Views: 14917

Watchdog triggering on esp_rmaker_param_update_and_report

Following an update to ESP IDF version 4.3 from some older version (4.1 or 4.2 can't quite remember) and pulling the latest version of ESP Rainmaker, a particular call to esp_rmaker_param_update_and_report started triggering the watchdog and showing the following error, which traces back to the foll...
by chmoore889
Sat Jan 30, 2021 8:46 pm
Forum: ESP RainMaker
Topic: Remove node from node itself
Replies: 1
Views: 3762

Remove node from node itself

I want a Rainmaker node to be removed from a user's account when that node is reset. I've implemented the button on my board to reset the device and I could easily add in a function call to remove the node. However, I see no such function in the documentation and it seems the only way to remove the ...