Skip to content

1.13.0 Release and support for esp32 without PSRAM #36

Description

@cypht

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

  1. Install latest release of Micropython-ESP-WiFi-Manager on esp32 wroom without psram
  2. 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

v1.21

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions