Skip to main content

Examples

ElegantOTA repository comes with Demo and AsyncDemo examples.

Demo Example

Demo example is for people who are using the inbuilt webserver of their platform. This is meant to run without any dependencies.

Async Demo Example

Async demo example utilizes AsyncWebServer which has significant performance gains. Only use this example as reference when your project is using AsyncWebServer. Know more about this in "Async Mode" documentation.

You can find those examples in the ElegantOTA repository.