espressif / esp-hosted

Hosted Solution (Linux/MCU) with ESP32 (Wi-Fi + BT + BLE)
Other
706 stars 169 forks source link

In ng mode, there is a situation where esp32c3 cannot apply for memory #423

Closed linchanghe123 closed 4 months ago

linchanghe123 commented 4 months ago

Hi mantriyogesh,

In ng mode, I repeatedly tried to connect to a non-existent AP, but the esp32c3 program encountered a situation where it could not apply for memory. And then all the connections and scanning actions stopped responding.

I am using version 1.0.3. Is there any related bug in this version? Has it been fixed so far?

image

mantriyogesh commented 4 months ago

This looks like a bug.

Can you please help in stating exact git commit used at slave and host side? Also, a patch what you had changed either side on above git commit would be really helpful to reproduce this issue.

@kapilkedawat

linchanghe123 commented 4 months ago

The version and node information we use are as follows:


We have hardly made any modifications to the source code.

kapilkedawat commented 4 months ago

fixed by https://github.com/espressif/esp-hosted/commit/76085845fa007342e5f2c3811b03abc9f5ddbbde#diff-10e9cedc9122408623d5822d8a1e18cbab943915746c35fc6822b185270adeb4R1252

image