Sming - Open Source framework for high efficiency native ESP8266 development

User avatar
By vmaletta
#64335 Hello,

I've just installed the framework and I'm started to study the examples. Opening the source code the IDE shows some "semantic errors" but the make works fine, compiles the code and flashes card.

The problem is that the methods signed as "not resolved" are not shown by the code assistant; for example, in the Basic_Blink example, the IDE tells that can't resolve the method initializeMs and if I write procTimer. the window that appears after the dot lists only a few methods, missing initializeMs and may others.

Had anyone found this issue ? Is there any solution ?

Thank you for your suggestions.