Replies: 1 comment 1 reply
-
Have a look at microdot this will provide a more robust way of serving pages and managing post data much easier than string parsing. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello everyone,
I am trying to develop a simple Web-UI for ESP32. I want the users to be able to configure the WLAN connection and do some simple interactions with the device. I have seen some examples here and here. These examples both use plain HTML and the request handling is based on string processing. Therefore, I would like to know, if there is a more recommendable way to develop Web-UI with Micropython.
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions