Replies: 2 comments
|
Hi @ksjh, It is a one-time thing that only happens when you update your branch from mdev and then re-compile after receiving this particular commit. Besides the one-time manual rebuild of UI header files, it might be necessary to clear you web browser cache ( Edit: the webUI rebuild script should actually not only compare the timestamp of generated files vs. files in data/, but also compare if the generation script (tools/cdata.js) is newer. I'm not so very good at python scripting, but I'll keep it in my toDo-list that a newer data.js should also lead to webUI files being re-generated. @netmindz maybe you can help? |
|
Python isn't a language I know sorry, but copilot can most likely tackle this small tweak |
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
After pulling git commit 00e026c, WLED-MM did not build successfully in VSCode due to
WEB_BUILD_TIMEbeing undefined inwled_server.cpp. After looking into the modified code, I noticed I have to runnpm run buildmanually. This fixed the problem, but the documentation states that the build process should do this automatically. I did not dig deeper into the details and do not know if this is still expected to happen automatically or not.All reactions