Code: Select all
nvs_flash_init
I see an explanation here: https://esp-idf.readthedocs.io/en/v1.0/ ... flash.html
But i'm looking for a real example. I see some codes, which use this, but also work without nvs flash.
Also tcpip_adapter_init().
" * The aim of this adapter is to provide an abstract layer upon TCPIP stack.
* With this layer, switch to other TCPIP stack is possible and easy in esp-idf."
So this create an abstract layer upon this stack to switch to other tcpip stacks. ....what other tcpip stacks?