1
0

Remove encoder resolution where duplicating defaults (#25654)

This commit is contained in:
Joel Challis
2025-09-12 16:56:06 +01:00
committed by GitHub
parent d34cade5ab
commit b6310b5a15
3 changed files with 4 additions and 4 deletions

View File

@@ -21,8 +21,8 @@
},
"encoder": {
"rotary": [
{"pin_a": "F5", "pin_b": "F6", "resolution": 4},
{"pin_a": "E6", "pin_b": "F0", "resolution": 4},
{"pin_a": "F5", "pin_b": "F6"},
{"pin_a": "E6", "pin_b": "F0"},
{"pin_a": "B3", "pin_b": "B2", "resolution": 2}
]
},