From 1ba6db08460981c096f5f4f5698072bed4453ef3 Mon Sep 17 00:00:00 2001 From: Luc <8822552+luc-github@users.noreply.github.com> Date: Mon, 26 Oct 2020 19:22:22 +0100 Subject: [PATCH] Fix esp command number for camera settings --- esp3d/data/esp32cam.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/esp3d/data/esp32cam.html b/esp3d/data/esp32cam.html index ad5bfa0d..0b5a4bc1 100644 --- a/esp3d/data/esp32cam.html +++ b/esp3d/data/esp32cam.html @@ -626,7 +626,7 @@ return } - const query = `${baseHost}/command?cmd=` + encodeURIComponent(`[ESP172]${el.id}=${value}`) + const query = `${baseHost}/command?cmd=` + encodeURIComponent(`[ESP170]${el.id}=${value}`) fetch(query) .then(response => {