mirror of
https://github.com/luc-github/ESP3D.git
synced 2025-10-31 11:56:48 -07:00
Fix esp command number for camera settings
This commit is contained in:
@@ -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 => {
|
||||
|
||||
Reference in New Issue
Block a user