From b072d810eb7c7958b3da85d2ad5852135fc65e1d Mon Sep 17 00:00:00 2001 From: Hieromon Ikasamo Date: Fri, 16 Mar 2018 00:43:05 +0900 Subject: [PATCH] Fixed wrong link --- examples/Simple/Simple.ino | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/Simple/Simple.ino b/examples/Simple/Simple.ino index 535fb4d..f552ea2 100644 --- a/examples/Simple/Simple.ino +++ b/examples/Simple/Simple.ino @@ -19,7 +19,7 @@ void rootPage() { "" "

Hello, world

" "

{{DateTime}}

" - "

AutoConnect menu

" + "

" AUTOCONNECT_LINK(COG_32) "

" "" ""; static const char *wd[7] = { "Sun","Mon","Tue","Wed","Thr","Fri","Sat" };