diff --git a/Makefile b/Makefile index 016ada9..a7bea0c 100644 --- a/Makefile +++ b/Makefile @@ -3,7 +3,7 @@ DEVICE ?= u0 SRC_DIR := src TEST_DIR := tests -EXAMPLE_DIR := example/mip_repo +EXAMPLE_DIR := example/demo_app BUILD_DIR := build DIST_DIR := dist TLS_DIR := tls diff --git a/assets/www/examples.html b/assets/www/examples.html index 95a1a4d..1323a79 100644 --- a/assets/www/examples.html +++ b/assets/www/examples.html @@ -64,44 +64,77 @@
The below example demonstrates how to set up a simple application, exposed at /app.
-