From 1a565744b7d0f7a75f865969166eaf8533af82f6 Mon Sep 17 00:00:00 2001 From: Jeroen Domburg Date: Wed, 30 Sep 2015 13:06:16 +0800 Subject: [PATCH] Readme update --- README.md | 2 ++ user/io.c | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 1267b49..9841eaa 100644 --- a/README.md +++ b/README.md @@ -12,6 +12,8 @@ The Good (aka: what's awesome) - Static files stored in flash, in an (optionally compressed) RO filesystem - Pluggable using external cgi routines - Simple template engine for mixed c and html things + - Usable as an embedded library - should be easy to drop into your existing projects + - Includes websocket support The Bad (aka: what can be improved) - Not built for speediness, although it's reasonable fast. diff --git a/user/io.c b/user/io.c index a342dbd..2a4cd5c 100644 --- a/user/io.c +++ b/user/io.c @@ -46,6 +46,6 @@ void ioInit() { gpio_output_set(0, 0, (1<