-
Notifications
You must be signed in to change notification settings - Fork 26
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
mesh_lite upgrade v1.0.0 wifi_prov_mgr compilation exception (AEGHB-778) #115
Comments
What version is your idf? After updating the mesh lite component, you can delete the build folder and recompile it. |
Hi Use I modified the configuration file version number from If you modify the mesh_lite component without performing other operations and compile directly, an error message will appear |
What's the error? Can you provide a screenshot or log file? |
Configuring Is it related to Configuring? #ifdef CONFIG_BRIDGE_SOFTAP_SSID_END_WITH_THE_MAC
snprintf(softap_ssid, sizeof(softap_ssid), "%.25s_%02x%02x%02x", CONFIG_BRIDGE_SOFTAP_SSID, softap_mac[3], softap_mac[4], softap_mac[5]);
#else
snprintf(softap_ssid, sizeof(softap_ssid), "%.32s", CONFIG_BRIDGE_SOFTAP_SSID);
#endif
strncpy((char*)wifi_prov_mgr_mesh_lite_cfg.ssid, softap_ssid, sizeof(wifi_prov_mgr_mesh_lite_cfg.ssid)); |
Did you add any compilation options to your project CMakeLists? I can compile it normally without any errors. |
Hi
use mesh_lite v1.0.0 version
After compiling, the following error will appear. What is the reason? After upgrading, an error is reported. I originally used v0.10.3 to upgrade to v1.0.0 version, through the configuration file:
espressif/mesh_lite: ">=1.0.0"
The latest mesh_lite version of
components.espressif.com
is onlyv1.0.0
. When willv1.0.1
be updated?The text was updated successfully, but these errors were encountered: