From 895e65610c78eb883b70c971c2c29e300ca063d3 Mon Sep 17 00:00:00 2001 From: ronan Date: Thu, 10 Oct 2019 11:44:25 +0200 Subject: Add timer subscription sample - Add dependency on agl-libafb-helpers, very useful on agl binding. - Add subscription button on html interface. - After starting the timer, you can subscribe and so unsubscribe to a timer event. - Update the README.md. Bug-AGL: SPEC-2778 Signed-off-by: ronan Change-Id: I8cc08a191a93972082060d267276df467b053589 Signed-off-by: ronan --- htdocs/index.html | 16 +++++++++++++--- 1 file changed, 13 insertions(+), 3 deletions(-) (limited to 'htdocs/index.html') diff --git a/htdocs/index.html b/htdocs/index.html index ffefe20..5dac015 100644 --- a/htdocs/index.html +++ b/htdocs/index.html @@ -1,5 +1,7 @@ + + Simple Helloworld binding Test @@ -15,12 +17,14 @@

Simple Helloworld binding Test

- +

- + + @@ -32,6 +36,12 @@

+
+ + + +
- + \ No newline at end of file -- cgit 1.2.3-korg