I’m developing on an arduino esp32 nano board and my platformio.ini file contains this:
[env:arduino_nano_esp32]
platform = espressif32 @ 6.12.0
board = arduino_nano_esp32
framework = arduino
I’m wondering why “arduino_nano_esp32” board contains an old version of “nvs.h” without the “nvs_find_key” method definition, but in the framework-espidf the “nvs.h” file is newer and contains the that method.