Quantcast
Channel: MSP430 Technical Forums
Viewing all articles
Browse latest Browse all 2077

CC3200 profiles deletion

$
0
0

Looking at WiFi Library, is there any good reason to delete all WiFi profiles every time the boards Starts?

 

File: WiFi.CPP

line: 139

 

    //Delete all profiles$
    //
    sl_WlanProfileDel(0xff);
 
my plan is to use the Smart Config Tool in my prototype, i can store the profile but the code delete it everytime the board is reseted.
 
I have commented this line, but maybe there is a good reason for this code to be there.

Viewing all articles
Browse latest Browse all 2077

Trending Articles