Add spidev1.0 and spidev1.1 device for Raspberry Pi WS2801 schema (#1112)

This commit is contained in:
ChR-iSz 2020-12-23 23:47:06 +01:00 committed by GitHub
parent c17727beb0
commit 8a028328ce
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -5,7 +5,7 @@
"output": {
"type": "string",
"title":"edt_dev_spec_spipath_title",
"enum" : ["/dev/spidev0.0","/dev/spidev0.1"],
"enum" : ["/dev/spidev0.0","/dev/spidev0.1","/dev/spidev1.0","/dev/spidev1.1"],
"propertyOrder" : 1
},
"rate": {