peterGruen

Results 2 comments of peterGruen

When I try this: `sprintf(add_face, "listface:%s", head->id_name);` `ESP_LOGI(TAG, " Face-ID: %s Lenght: %d \n",add_face,strlen(add_face));` I get following output: E (131774) app_delete: Face-ID: listface:Face0 Lenght: 14 E (131774) app_delete: Face-ID: listface:Face1...

When I try do delete the first Entry, I get: Guru Meditation Error: Core 1 panic'ed (LoadProhibited). Exception was unhandled. But the Face ID is deleted and the names are...