Different edge-impulse-sdk versions

Hello

I use ESP32/ESP-IDF firmware from this repo: GitHub - edgeimpulse/firmware-espressif-esp32: Edge Impulse firmware for the Espressif ESP-EYE(ESP32) Development board to run on my ESP32 module but noticed the C++ library package that gets deployed from my model in the web UI has a different version of edge-impulse-sdk in it. Especially there are so many changes in the classifier folder. I only replaced the model folders and ESP-IDF did compile the code with no error but wondering if the difference in the SDK versions can causes some accuracy/performance issues on the hardware? Not sure which one has the latest classifier code.

@sin-mo,

ALL files and folders in the export should replace corresponding existing files and folders. You should not replace just the model folder.

// Raul