Added ability to define custom varbits via JSON

Fixed the bank note/unnote and insert/swap toggle buttons not persisting between logins
This commit is contained in:
vddcore
2022-07-07 07:37:21 +00:00
committed by Ryan
parent 0fcaa8ad24
commit 1077459979
24 changed files with 151 additions and 97 deletions
@@ -0,0 +1,19 @@
[
{
"description": "Bank insert mode",
"varpId": "304",
"varbitId": "7000",
"startBit": "0",
"endBit": "0"
},
{
"description": "Bank note mode",
"varpId": "115",
"varbitId": "7001",
"startBit": "0",
"endBit": "0"
}
]