1
0
Fork 0

Fix info.json LTO and format encoder definitions (#20456)

This commit is contained in:
Ryan 2023-04-16 15:37:24 +10:00 committed by GitHub
parent 1e3d2f2c1e
commit 798cbfe6a3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
60 changed files with 108 additions and 225 deletions

View file

@ -28,7 +28,9 @@
"pin": "D3"
},
"encoder": {
"rotary": [{ "pin_a": "C6", "pin_b": "D4" }]
"rotary": [
{"pin_a": "C6", "pin_b": "D4"}
]
},
"usb": {
"device_version": "1.0.0",

View file

@ -43,7 +43,9 @@
}
},
"encoder": {
"rotary": [{ "pin_a": "GP7", "pin_b": "GP7", "resolution": 4 }]
"rotary": [
{"pin_a": "GP7", "pin_b": "GP7", "resolution": 4}
]
},
"usb": {
"device_version": "1.0.0",