Hello everyone, I’ve created new UI for wled and after compiling and building the source code and flashing the .bin file into the board from config > security & update > manual OTA update, I didn’t find the updated UI into the wled app. How can I achieve this?
this sounds interesting…
any screen shots?
Follow the steps here and it will work Custom Features - WLED Project
I followed the same but it does nothing, sometimes it shows a blank screen instead
So, you ran npm as noted?
Yes, and after that I clicked on build (blue tick button at the bottom) after that the .bin file was generated. I flashed that file but nothing changed.
Sounds like you are modifying the wrong files then. Double-check the KB.
Did you install NodeJS ? if you did that and then run npm then it should work as i have tested that , might help others solve the issue if you post a pic of each step you did . I only tested on a mac so could be a bit different if you are on widows but the KB link will work
Yes, I’ve installed NodeJS on my windows PC, and during build I also run the command “npm run build”
hi, I’ve got the updated UI on the ESP32 device but only the homescreen (index.htm page). I have other pages too which are linked on homescreen but they are not appearing, giving 404 error. How can I get those other pages which I created?