ILP-704 Changed SSID array type from int8_t to uint8_t.
Showing
3 changed files
with
2 additions
and
3 deletions
.gitignore
deleted
100644 → 0
| 1 | xidout |
| ... | @@ -15,7 +15,7 @@ | ... | @@ -15,7 +15,7 @@ |
| 15 | <using namespace="Tensor"/> | 15 | <using namespace="Tensor"/> |
| 16 | <using namespace="HPE"/> | 16 | <using namespace="HPE"/> |
| 17 | 17 | ||
| 18 | <array name="SSID" type="int8" size="33"> | 18 | <array name="SSID" type="uint8" size="33"> |
| 19 | <comment>ssid string of wifi access point</comment> | 19 | <comment>ssid string of wifi access point</comment> |
| 20 | </array> | 20 | </array> |
| 21 | 21 | ... | ... |
| ... | @@ -15,7 +15,7 @@ | ... | @@ -15,7 +15,7 @@ |
| 15 | <using namespace="Tensor"/> | 15 | <using namespace="Tensor"/> |
| 16 | <using namespace="HPE"/> | 16 | <using namespace="HPE"/> |
| 17 | 17 | ||
| 18 | <array name="SSID" type="int8" size="33"> | 18 | <array name="SSID" type="uint8" size="33"> |
| 19 | <comment>ssid string of wifi access point</comment> | 19 | <comment>ssid string of wifi access point</comment> |
| 20 | </array> | 20 | </array> |
| 21 | 21 | ... | ... |
-
Please register or sign in to post a comment