e8e50900d0
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-C3'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. |
||
---|---|---|
.. | ||
esp32c3_board_adc.c | ||
esp32c3_board_apa102.c | ||
esp32c3_board_apds9960.c | ||
esp32c3_board_bmp180.c | ||
esp32c3_board_gc9a01.c | ||
esp32c3_board_i2c.c | ||
esp32c3_board_ledc.c | ||
esp32c3_board_mpu60x0_i2c.c | ||
esp32c3_board_oneshot.c | ||
esp32c3_board_spi.c | ||
esp32c3_board_spidev.c | ||
esp32c3_board_spiflash.c | ||
esp32c3_board_spislavedev.c | ||
esp32c3_board_st7735.c | ||
esp32c3_board_st7789.c | ||
esp32c3_board_twai.c | ||
esp32c3_board_wdt.c | ||
esp32c3_board_wlan.c | ||
Make.defs |