1
0
Fork 0

Remove 'split.transport.protocol=serial_usart' (#23668)

This commit is contained in:
Joel Challis 2024-05-10 11:54:44 +01:00 committed by GitHub
parent 42a37577e1
commit ef0734b7a6
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 2 additions and 4 deletions

View file

@ -805,7 +805,7 @@
"properties": {
"protocol": {
"type": "string",
"enum": ["custom", "i2c", "serial", "serial_usart"]
"enum": ["custom", "i2c", "serial"]
},
"sync": {
"type": "object",