mirror of
https://github.com/oopuuu/zTC1.git
synced 2025-12-13 13:38:14 +08:00
返回扫描结果
This commit is contained in:
@@ -333,7 +333,8 @@ function Rescan() {
|
||||
|
||||
function GetScanResult() {
|
||||
HttpGet("/wifi/scan", function (re) {
|
||||
if (re == "OK") {
|
||||
if (re != "NO") {
|
||||
var ret = JSON.parse(re);
|
||||
rescan_btn.innerHTML = "Rescan";
|
||||
rescan_btn.disabled = false;
|
||||
return;
|
||||
|
||||
Reference in New Issue
Block a user