Moderator: igrr
martinayotte wrote:Simply add "void drawGraph();" at the beginning of the file, just after all the includes, or move the whole setup() at the end.
Thank you! I was getting crazy trying to figure out why this error appeared only after including the #define <ESP8266WiFi.h> header file in my C program. If I don't have this file the order of my functions is not important...