Allow NO_PIN within info.json (#16359)
This commit is contained in:
parent
b0621223bc
commit
fede569bbe
1 changed files with 4 additions and 0 deletions
|
@ -51,6 +51,10 @@
|
|||
},
|
||||
"mcu_pin": {
|
||||
"oneOf": [
|
||||
{
|
||||
"type": "string",
|
||||
"enum": ["NO_PIN"]
|
||||
},
|
||||
{
|
||||
"type": "string",
|
||||
"pattern": "^[A-K]\\d{1,2}$"
|
||||
|
|
Loading…
Reference in a new issue