Commit d3d7cad
committed
fix soft ap start error check
mbed os doesn't allow to use password with length lower than 8 character
or higher then 64, when a password < 8 char is provided it returns an error
this error was not managed.
with this patch the error is handled and retur imediatly.1 parent ff3334d commit d3d7cad
1 file changed
+4
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
61 | 61 | | |
62 | 62 | | |
63 | 63 | | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
64 | 68 | | |
65 | 69 | | |
66 | 70 | | |
| |||
0 commit comments