mirror of
https://github.com/apache/nuttx.git
synced 2026-08-16 09:53:23 +00:00
Instead of using Espressif's emulated NVS to save Wi-Fi data, use `wapi`s wireless configure initialization mechanism for saving Wi-Fi data. It 1) avoids creating a specific storage partition just to save Wi-Fi data (ESP32's storage partition is used instead); 2) avoids initialization problems of the emulated NVS when SMP is enabled (the Wi-Fi driver tries to initialize it before the actual partition is initialized); and 3) enables reconnecting using `wapi reconnect` command and connect the device automatically on bringup if `CONFIG_NETUTILS_NETINIT` is selected. |
||
|---|---|---|
| .. | ||
| common | ||
| esp32-audio-kit | ||
| esp32-devkitc | ||
| esp32-ethernet-kit | ||
| esp32-lyrat | ||
| esp32-pico-kit | ||
| esp32-sparrow-kit | ||
| esp32-wrover-kit | ||
| lilygo_tbeam_lora_gps | ||
| ttgo_eink5_v2 | ||
| ttgo_lora_esp32 | ||
| ttgo_t_display_esp32 | ||