mirror of
https://github.com/sigmasternchen/combinationLockPG
synced 2025-03-15 03:38:53 +00:00
just one value
This commit is contained in:
parent
a3d9419483
commit
646d01a3f7
1 changed files with 1 additions and 1 deletions
2
code.js
2
code.js
|
@ -2,7 +2,7 @@ const right = 0;
|
||||||
const left = 1;
|
const left = 1;
|
||||||
const non = 2;
|
const non = 2;
|
||||||
|
|
||||||
const hyst = 2;
|
const hyst = 0;
|
||||||
const toll = 2;
|
const toll = 2;
|
||||||
|
|
||||||
var code = [3, 14, 25, 9, 26];
|
var code = [3, 14, 25, 9, 26];
|
||||||
|
|
Loading…
Reference in a new issue