Use updated server API (#14)
authorMoritz Warning <moritzwarning@web.de>
Thu, 5 Mar 2020 13:13:24 +0000 (14:13 +0100)
committerGitHub <noreply@github.com>
Thu, 5 Mar 2020 13:13:24 +0000 (14:13 +0100)
commitf050bfcf795aaf367baac8b481a3d3eaf9f01f2a
tree393081a0305636e77e568923b7e04ae66aa3054f
parent32eea490878f0c85466d216778f95cef464bffd1
Use updated server API (#14)

Instead of returning the full url to the binary directory now returns
`bin_dir` only. This is possible as `asu_url` is already defined
locally. This approach allows devices not using https to download
content unencrypted, meaning the server response does not delegate the
protocol.

In addition a boolean value is returned stating if a buildlog was
created, which is shown in case of failures.

Signed-off-by: Paul Spooren <mail@aparcar.org>
config.js
index.html
index.js