update arduino/Betas/RGB_V1.1.1/main/data/index.html.

master
慕炎 2022-01-02 16:17:18 +00:00 committed by Gitee
parent 0e5e48b5e1
commit 1ce2e779db
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
1 changed files with 0 additions and 2 deletions

View File

@ -159,8 +159,6 @@ function UpdateInfo()
if(document.getElementById('debug_log_control').value=="1"){ if(document.getElementById('debug_log_control').value=="1"){
document.getElementById('debug_log').style.display='block'; document.getElementById('debug_log').style.display='block';
document.getElementById('debug_log').value += arr[19]; document.getElementById('debug_log').value += arr[19];
}else{
document.getElementById('debug_log').style.display='none';
} }
} }
} }