From 0afa41f1e1e6bb424e2855acf7c30dd482b97cce Mon Sep 17 00:00:00 2001 From: Everything Smart Home <53482654+EverythingSmartHome@users.noreply.github.com> Date: Wed, 17 Apr 2024 11:06:34 +0100 Subject: [PATCH] Typo --- static/updating.md | 1 + 1 file changed, 1 insertion(+) diff --git a/static/updating.md b/static/updating.md index c600fa1..dcd5c00 100644 --- a/static/updating.md +++ b/static/updating.md @@ -276,6 +276,7 @@ document.addEventListener("DOMContentLoaded", function() { manifestUrl = "https://everythingsmarthome.github.io/everything-presence-one/everything-presence-one-st-manifest.json"; } else if (sensorModel === "DFRobot SEN0609") { manifestUrl = "https://everythingsmarthome.github.io/everything-presence-one/everything-presence-one-sen0609-st-manifest.json"; + } } return manifestUrl; }