"Issue with Missing html_ui.h in Latest WLED Version"

Hello,

I recently updated to a newer version of WLED and encountered a problem. The file html_ui.h seems to be missing in the latest version, and I am unable to compile the project due to this error:

fatal error: html_ui.h: No such file or directory

This file used to be present in older versions of WLED, and I need it to restore the web interface functionality. I tried searching through the code but couldn’t find any mention of this file in the latest release.

Has anyone else faced this issue? Is there a way to restore this file or functionality in the newer WLED version, or should I roll back to an earlier version of WLED? Any help or guidance would be greatly appreciated!

Thank you!

You need to run npm install
and npm run build