3e07477c85
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. |
||
---|---|---|
.. | ||
esp32_bmp180.c | ||
esp32_bmp280.c | ||
esp32_board_i2c.c | ||
esp32_board_i2sdev.c | ||
esp32_board_spi.c | ||
esp32_board_spidev.c | ||
esp32_board_spiflash.c | ||
esp32_board_wdt.c | ||
esp32_board_wlan.c | ||
esp32_cs4344.c | ||
esp32_es8388.c | ||
esp32_ht16k33.c | ||
esp32_ili9341.c | ||
esp32_lcd_backpack.c | ||
esp32_ltr308.c | ||
esp32_max6675.c | ||
esp32_mcp2515.c | ||
esp32_ms5611.c | ||
esp32_oneshot.c | ||
esp32_qencoder.c | ||
esp32_sht3x.c | ||
esp32_ssd1306.c | ||
esp32_ssd1680.c | ||
esp32_st7789.c | ||
esp32_tca9548a.c | ||
Make.defs |