Skip to content

Commit 2edef45

Browse files
committed
Changing versions
1 parent 3dba42f commit 2edef45

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff 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

3736
These versions are pinned via Git submodules. After cloning the repository run
3837
`git submodule update --init --recursive` to fetch the correct revisions.

src/base.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ add_library(microlite INTERFACE)
4545
# )
4646

4747
if (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

0 commit comments

Comments
 (0)