Allow NO_PIN within info.json (#16359)

miryoku-merge-master
Joel Challis 4 years ago committed by GitHub
parent b0621223bc
commit fede569bbe
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -51,6 +51,10 @@
},
"mcu_pin": {
"oneOf": [
{
"type": "string",
"enum": ["NO_PIN"]
},
{
"type": "string",
"pattern": "^[A-K]\\d{1,2}$"

Loading…
Cancel
Save