WICED WiFi settings read function (Bug)

Tip / Sign in to post questions, reply, level up, and achieve exciting badges. Know more

cross mob
Anonymous
Not applicable

When using the "wiced_dct_read_wifi_config_section ( )" to read the WiFi settings from the DCT area, and if the WiFi password contains a "0" in its string,

then the password is read incorrectly !!

example:

password = 24C51A718F --> reading it from the DCT = 24C51A718F     (good)

password = 24C50A708F --> reading it from the DCT = A1E011DD53    (not good)

so there is a bug with the read function, however, the write function is OK.

0 Likes
1 Solution
Anonymous
Not applicable

The latest SDK uses a different function. And I haven't tested the new function yet.

View solution in original post

0 Likes
4 Replies