- Tue Jan 05, 2016 11:29 am
#37978
added --> #include "user_interface.h"
added--> int heap;
added--> heap = system_get_free_heap_size();
Getting this during compile------------ What is it telling me ?
Arduino: 1.6.5 (Windows 7), Board: "Generic ESP8266 Module, Serial, 80 MHz, 40MHz, DIO, 115200, 512K (64K SPIFFS), ck"
wifi-web-servag.ino.cpp.o: In function `__static_initialization_and_destruction_0':
C:\ Arduino1.6.5/wifi-web-servag.ino.ino:25: undefined reference to `system_get_free_heap_size()'
wifi-web-servag.ino.cpp.o:(.text.setup+0x43): undefined reference to `system_get_free_heap_size()'
collect2.exe: error: ld returned 1 exit status
Error compiling.
This report would have more information with
"Show verbose output during compilation"
enabled in File > Preferences.