diff options
author | Fulup Ar Foll <fulup@iot.bzh> | 2017-08-23 01:00:20 +0200 |
---|---|---|
committer | Romain Forlot <romain.forlot@iot.bzh> | 2018-12-13 15:01:57 +0100 |
commit | 4921883434749752ac82a0cbab8e6e57120800c5 (patch) | |
tree | c60d2919e1c6941e95931231bf5f75720f9c959d /htdocs/README.md | |
parent | 1abf8567328fc22b66f56782ea2061dae5a73d65 (diff) |
Restore Basic HTML5 testing Scenario as a Standalone Controller
Diffstat (limited to 'htdocs/README.md')
-rw-r--r-- | htdocs/README.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/htdocs/README.md b/htdocs/README.md index bb14b7e..0ad2260 100644 --- a/htdocs/README.md +++ b/htdocs/README.md @@ -3,5 +3,5 @@ ------------------------------------------------------------------------ # Load bindings directly from development tree for debug - afb-daemon --verbose --verbose --token="" --ldpaths=build --port=1234 --roothttp=htdocs + AFB_BINDER_NAME='sample' afb-daemon --verbose --verbose --token="" --ldpaths=build --port=1234 --roothttp=htdocs |