LYL14

Results 7 issues of LYL14

电器选择页面空白,选择不了

### Is your feature request related to a problem? Custom configuration ### Describe the solution you'd like. I want to batch configure ESPC3 through BLUFI,APP can only be configured individually,...

Type: Feature Request
Status: Opened

### Answers checklist. - [X] I have read the documentation [ESP-IDF Programming Guide](https://docs.espressif.com/projects/esp-idf/en/latest/) and the issue is not addressed there. - [X] I have updated my IDF branch (master or...

Status: Opened

mesh-lite组网后,根节点掉线。有部分设备重组失败,两种情况: 1. 能获取到mesh层数,但IP是0; wifi:Haven't to connect to a suitable AP now! 2. 也有部分设备,IP正常但是TCP通讯不了。即使TCP服务端关闭,ESP32仍能TCP发送成功。

MESH-LITE组网后,有部分设备获取不到IP. 想断开、停止、重新连接mesh-lite,但是并没有相关函数, 可以使用WIFI的断开、重连等函数,代替mesh-lite的断开吗???

我通过mesh-lite将设备进行组网,并通过mesh-lite-lan-ota进行升级,通过改变APP version控制版本,发现根节点和http服务器的APP version是10,然后mesh第二层app version是9,第三层设备升级后版本依然为9. int now_version = get_current_version(); esp_err_t ota_finish_err = ESP_OK; esp_http_client_config_t config = { .url = "http://192.168.1.77:8888/s3-mesh-ota.bin", }; esp_https_ota_config_t ota_config = { .http_config = &config, .http_client_init_cb = _http_event_handler,...

根节点和子节点共用下面代码,出现mesh-lan-ota和http-ota同时进行,mesh-lan-ota进行100%后失败。 .I (108395) local_control: OTA Progress: 26.79% I (108395) local_control: OTA Progress: 26.89% I (108435) local_control: OTA Progress: 26.99% I (108505) Mesh-Lite: LAN OTA Percentage: 100% I (108505) esp_image: segment...