1
0
Fork 0

Update app.js

master
nujw 2021-02-05 09:44:48 +13:00 committed by GitHub
parent 45e55e48cc
commit 1116b4400a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 1 deletions

View File

@ -347,7 +347,9 @@ function startDraw(){
function stopDraw() {
canDraw=false;
setLpMode(1); // on
// setLpMode(1); // on
setLpMode(0); // off
}
function savSettings() {