rebased for applying latest changes

This commit is contained in:
Russel Yasol
2024-10-11 11:42:41 +08:00
parent 15ca383d34
commit 35eedffe95
22 changed files with 3151 additions and 431 deletions

View File

@@ -75,7 +75,7 @@ document.addEventListener('DOMContentLoaded', function() {
headers: {
'Content-Type': 'application/x-www-form-urlencoded',
},
body: 'command=' + encodeURIComponent('AT+QPOWD=1')
body: 'command=' + encodeURIComponent('AT+CFUN=1,1')
});
if (!response.ok) {