File tree Expand file tree Collapse file tree 2 files changed +1
-2
lines changed Expand file tree Collapse file tree 2 files changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -32,7 +32,6 @@ When building with ESP-IDF 5.4 the following submodule commits have been verifie
3232- ** esp-tflite-micro** : ` 772214721682ef2d3eed09cafea777edad55541f `
3333- ** esp-nn** : ` 12129cf04b09af0023127ca7551dc1a363344211 `
3434- ** micropython-ulab** : ` a05ec05351260cf48fefc347265b8d8bf29c03f1 `
35- - ** tflite-micro-esp-examples** : ` 2d95a9c37fa6937720859e8a497b69837f7d6982 `
3635
3736These versions are pinned via Git submodules. After cloning the repository run
3837` git submodule update --init --recursive ` to fetch the correct revisions.
Original file line number Diff line number Diff line change @@ -45,7 +45,7 @@ add_library(microlite INTERFACE)
4545# )
4646
4747if (CONFIG_IDF_TARGET)
48- set (TF_ESP_DIR "${CMAKE_CURRENT_LIST_DIR} /../third_party/tflite-micro-esp-examples/components/ esp-tflite-micro" )
48+ set (TF_ESP_DIR "${CMAKE_CURRENT_LIST_DIR} /../third_party/esp-tflite-micro" )
4949 set (TF_LITE_DIR "${TF_ESP_DIR} /tensorflow/lite" )
5050 set (TF_MICRO_DIR "${TF_LITE_DIR} /micro" )
5151 set (TF_MICROLITE_LOG
You can’t perform that action at this time.
0 commit comments