diff --git a/Features.md b/Features.md index c450965..51da168 100644 --- a/Features.md +++ b/Features.md @@ -66,4 +66,10 @@ lib_deps = ${feedc0de.lib_deps} lib_compat_mode = ${feedc0de.lib_compat_mode} build_unflags = ${feedc0de.build_unflags} build_flags = ${feedc0de.build_flags} +``` + +# Webserver +Enables a webserver on port 80, allows for full remote control of the onboard display. +``` + -DFEATURE_WEBSERVER ``` \ No newline at end of file