Renamed DEBUG -> DEBUG_LEVEL

This commit is contained in:
Joakim Hove
2019-09-30 12:29:37 +02:00
parent 4416721686
commit ce95cd5721

View File

@@ -5,6 +5,6 @@
{"name" : "J2", "value_type" : "INT"},
{"name" : "K1", "value_type" : "INT"},
{"name" : "K2", "value_type" : "INT"},
{"name" : "DEBUG", "value_type" : "INT", "default" : 0},
{"name" : "DEBUG_LEVEL", "value_type" : "INT", "default" : 0},
{"name" : "LGR", "value_type" : "STRING", "default" : " "}]}