Skip to content

Commit

Permalink
Restricted SSID to 32 characters
Browse files Browse the repository at this point in the history
  • Loading branch information
nemesifier committed Nov 2, 2015
1 parent 4261940 commit d22d591
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion netjsonconfig/schema.py
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,8 @@
]
},
"ssid": {
"type": "string"
"type": "string",
"maxLength": 32
},
"bssid": {

Expand Down

0 comments on commit d22d591

Please sign in to comment.