From 23a4af7db469de67df77289718f037a698e80e90 Mon Sep 17 00:00:00 2001 From: Daniel Brunner Date: Tue, 27 Oct 2020 11:45:23 +0100 Subject: [PATCH] Updated Features (markdown) --- Features.md | 6 ++++++ 1 file changed, 6 insertions(+) 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