Description
I believe the current 1.21 release does not support esp32 without PSRAM. Also, I see a PR that is supposed to support esp32 without PSRAM. Could you please let me know when I can see its release. Looking forward to using this library for my project.
Reproduction steps
- Install latest release of Micropython-ESP-WiFi-Manager on esp32 wroom without psram
- Gives error E (3919) wifi:Expected to init 10 rx buffer, actual is 7
MicroPython version
v1.22.1
MicroPython board
ESP32
MicroPython ESP WiFi Manager version
Relevant log output
rst:0x1 (POWERON_RESET),boot:0x13 (SPI_FAST_FLASH_BOOT)
configsip: 0, SPIWP:0xee
clk_drv:0x00,q_drv:0x00,d_drv:0x00,cs0_drv:0x00,hd_drv:0x00,wp_drv:0x00
mode:DIO, clock div:2
load:0x3fff0030,len:4728
load:0x40078000,len:14888
load:0x40080400,len:3368
entry 0x400805cc
E (3919) wifi:Expected to init 10 rx buffer, actual is 7
Traceback (most recent call last):
File "boot.py", line 6, in <module>
File "/lib/wifi_manager/boot.py", line 13, in <module>
RuntimeError: Wifi Unknown Error 0x0101
MicroPython v1.22.1 on 2024-01-05; Generic ESP32 module with ESP32
Type "help()" for more information.
User code
No response
Additional informations
No response
Description
I believe the current 1.21 release does not support esp32 without PSRAM. Also, I see a PR that is supposed to support esp32 without PSRAM. Could you please let me know when I can see its release. Looking forward to using this library for my project.
Reproduction steps
MicroPython version
v1.22.1
MicroPython board
ESP32
MicroPython ESP WiFi Manager version
Relevant log output
User code
No response
Additional informations
No response