Migrate split.soft_serial_pin to split.serial.pin H-O (#24185)
This commit is contained in:
parent
adb884761d
commit
bcfe3a0718
90 changed files with 270 additions and 90 deletions
|
@ -31,7 +31,9 @@
|
|||
},
|
||||
"split": {
|
||||
"enabled": true,
|
||||
"soft_serial_pin": "D2"
|
||||
"serial": {
|
||||
"pin": "D2"
|
||||
}
|
||||
},
|
||||
"ws2812": {
|
||||
"pin": "D3"
|
||||
|
|
|
@ -31,7 +31,9 @@
|
|||
},
|
||||
"split": {
|
||||
"enabled": true,
|
||||
"soft_serial_pin": "D2"
|
||||
"serial": {
|
||||
"pin": "D2"
|
||||
}
|
||||
},
|
||||
"ws2812": {
|
||||
"pin": "D3"
|
||||
|
|
|
@ -35,7 +35,9 @@
|
|||
},
|
||||
"split": {
|
||||
"enabled": true,
|
||||
"soft_serial_pin": "D2"
|
||||
"serial": {
|
||||
"pin": "D2"
|
||||
}
|
||||
},
|
||||
"processor": "atmega32u4",
|
||||
"bootloader": "atmel-dfu",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue