espressif / esp-mesh-lite

A lite version Wi-Fi Mesh, each node can access the network over the IP layer.
135 stars 22 forks source link

v1.0.0 abnormal STA Disconnect error log (AEGHB-824) #125

Open yel-best opened 1 month ago

yel-best commented 1 month ago

Checklist

How often does this bug occurs?

always

Expected behavior

use mesh_lite v1.0.0 use esp_idf v5.2.2

After upgrading my local project from version 0.10.5 to version 1.0.0, I encountered strange error logs, which caused the mesh network to malfunction. However, it seemed that the project could still send requests normally. I'm not sure if this is a version issue.

Actual behavior (suspected bug)

E (1131562) bridge_wifi: STA Disconnect to the AP
I (1131567) app_bee: WI-FI a station disconnected from Soft-AP
I (1133872) wifi:new:<1,1>, old:<1,1>, ap:<1,1>, sta:<1,1>, prof:1
I (1133873) wifi:station: dc:da:0c:19:bb:98 join, AID=1, bgn, 40U
W (1133910) app_lvgl: lvgl_init_event_handler
I (1133910) bridge_wifi: STA Connecting to the AP again...
I (1133911) app_bee: WI-FI a station connected to Soft-AP
I (1133965) esp_netif_lwip: DHCP server assigned IP to a client, IP is: 192.168.5.2
I (1135057) wifi:<ba-add>idx:2 (ifx:1, dc:da:0c:19:bb:98), tid:0, ssn:0, winSize:64

Error logs or terminal output

No response

Steps to reproduce the behavior

v0.10.5 -> v1.0.0

Project release version

v1.0.0

System architecture

Intel/AMD 64-bit (modern PC, older Mac)

Operating system

Linux

Operating system version

Window 11

Shell

ZSH

Additional context

No response

tswen commented 1 month ago

This is not an error log, but only the information of a station disconnecting and connecting under softap. Is there a more complete log information, as well as the log of the device dc:da:0c:19:bb:98?