diff --git a/code/components/esp-tflite-micro b/code/components/esp-tflite-micro index 13f26b829..0032f1734 160000 --- a/code/components/esp-tflite-micro +++ b/code/components/esp-tflite-micro @@ -1 +1 @@ -Subproject commit 13f26b829405e9323e4212ffa954c261b1e21eeb +Subproject commit 0032f1734e1e7b5fcf1b588cf1abb9ef53fed4c3 diff --git a/code/components/jomjol_tfliteclass/CTfLiteClass.cpp b/code/components/jomjol_tfliteclass/CTfLiteClass.cpp index 2f9ead86a..c6703ef59 100644 --- a/code/components/jomjol_tfliteclass/CTfLiteClass.cpp +++ b/code/components/jomjol_tfliteclass/CTfLiteClass.cpp @@ -206,6 +206,7 @@ bool CTfLiteClass::MakeAllocate() LogFile.WriteToFile(ESP_LOG_DEBUG, TAG, "CTfLiteClass::MakeAllocate"); this->interpreter = new tflite::MicroInterpreter(this->model, resolver, this->tensor_arena, this->kTensorArenaSize); + LogFile.WriteToFile(ESP_LOG_INFO, TAG, "Trying to load the model. If it crashes here, it ist most likely due to a corrupted model!"); if (this->interpreter) {