Sming - Open Source framework for high efficiency native ESP8266 development

User avatar
By helpme
#27150
hreintke wrote:LS,
Not sure why but when I include the
Code: Select all   wifi_station_set_reconnect_policy(true);

into an example application I can compile without errors.
Earlier usage of other sdk functions needed additional effort so there must be difference between sdk functions.

Can you try whether your application compiles and runs OK ?
If yes, I will further investigate why and which difference exist


Amazing! You are right. I can compile! I am using Eclipse devkit from Cherts. One thing unusual I do notice is that the Eclipse IDE shows "Function wifi_station_set_reconnect_policy could not be resolved". However, when I compile the code, no problem! SMING is even better than all of us thought!

Did you see this warning "Function wifi_station_set_reconnect_policy could not be resolved"? If yes, how did you resolve it?
Last edited by helpme on Thu Aug 27, 2015 5:00 am, edited 1 time in total.
User avatar
By helpme
#27152
hreintke wrote:Beware, this is a "non documented feature".
I'll check with others on the policy on this as this might get issues on sdk updates.
For now, happy usage. And keep track on further comments.


How to do it the proper way without having the "unresolved function" error?