Custom pages in custom code #915
jorissynaeve
started this conversation in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I have adapted the OpenHASP source code by implementing custom code to manage internal relays on the ESP32-S3. These changes were made in my_custom.h and my_custom.cpp.
Now, I need the user to configure certain properties that cannot be set via the screen interface. To solve this, I’m considering adding an extra web page to OpenHASP that displays a form where the user can input these properties.
My questions are:
Is it possible to add a custom web page with a form using my_custom.h?
Can I receive and handle the form data within my_custom.h?
Beta Was this translation helpful? Give feedback.
All reactions