esp-mesh-lite icon indicating copy to clipboard operation
esp-mesh-lite copied to clipboard

Modifying lite mesh ESP_Bridge SSID & pwsd is invalid (AEGHB-591)

Open yel-best opened this issue 11 months ago • 3 comments

  • idf (5.1.3)
  • espressif/mesh_lite (0.10.0)

I modified the default MESH wifi SSID & pwd to a custom SSID: ESP_WIFI_MESH & PWD: abcd.123 After I completed the modification and compiled it and wrote it to ESP32S3, I found that the WIFI MESH in the LOG was still finding ESP_Bridge

I (7261425) [vendor_ie]: esp_mesh_lite_wifi_scan_start return ESP_OK
I (7264253) [vendor_ie]: Mesh-Lite Scan done
I (7264253) [vendor_ie]: Find ESP_Bridge
I (7264254) [vendor_ie]: RTC store: ssid:ESP_Bridge; bssid:74:4d:bd:8a:1b:75 crc:3293051760
I (7264261) [vendor_ie]: wifi_cfg ESP_Bridge router_config mesh-app-iot
I (7264269) [vendor_ie]: esp_mesh_lite_wifi_connect return ESP_OK

mesh-app-iot is my router WIFI, the master node should connect to this routing SSID

what is the problem?

I have enabled the option of WIFI using PSRAM space in the configuration. Is there any impact?

image

Are there any rules for MESH LITE's SSID &PWD? For example, SSID cannot have special symbols, and PWD can only use letters or numbers?

thanks

yel-best avatar Mar 18 '24 11:03 yel-best