1
0
Fork 0

Allow NO_PIN within info.json (#16359)

This commit is contained in:
Joel Challis 2022-02-15 04:41:16 +00:00 committed by GitHub
parent b0621223bc
commit fede569bbe
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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