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.