From 4a038f5317c8e5d9a074a8f150941ed1ecaf0fef Mon Sep 17 00:00:00 2001 From: Eric Westphal Date: Tue, 16 May 2017 15:05:12 -0400 Subject: [PATCH] Headings 0-359 and keep app awake in AHRS-only mode. --- web/Makefile | 1 + web/index.html | 1 + web/js/NoSleep.min.js | 2 ++ web/plates/js/gps.js | 6 ++++++ 4 files changed, 10 insertions(+) create mode 100644 web/js/NoSleep.min.js diff --git a/web/Makefile b/web/Makefile index 8417916d..e5c7e287 100644 --- a/web/Makefile +++ b/web/Makefile @@ -11,6 +11,7 @@ all: cp js/main.js /var/www/js cp js/addtohomescreen.min.js /var/www/js cp js/svg.min.js /var/www/js + cp js/NoSleep.min.js /var/www/js mkdir -p /var/www/img cp img/logo*.png /var/www/img cp img/screen*.png /var/www/img diff --git a/web/index.html b/web/index.html index 491f1eb2..66e17266 100644 --- a/web/index.html +++ b/web/index.html @@ -38,6 +38,7 @@ +