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<