-
Notifications
You must be signed in to change notification settings - Fork 9
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
optional update mode #19
Comments
Hey michael. Thanks for your feedback. |
Good day Mohammad, Thank you for the rapid response! How exactly do I disable the filesystem update mode? Regards, |
@mjtrini to achieve this we need to introduce a new build flag: the behavior will be like this:
In this Code Block, the html content of the web pages are stored, in order to edit them you need to follow these steps:
now you can switch between them in your project using these build flags in your build_flags =
-DESPASYNCHTTPUPDATESERVER_PRETTY
-DESPASYNCHTTPUPDATESERVER_MODE=1
;-DESPASYNCHTTPUPDATESERVER_MODE=2 Remember to create a fork from this repository and commit your changes into that repo so i can merge your changes into the library properly. Feel free to ask if there is any uncertainty or question. GoodLuck |
Thanks much! |
Hi,
I want to thank you for your awesome work on the library. For my purposes I don't need the file system to be updated. Can those two buttons be removed or hidden?
Regards,
Michael.
The text was updated successfully, but these errors were encountered: