Your new topic does not fit any of the above??? Check first. Then post here. Thanks.

Moderator: igrr

User avatar
By RichardS
#45455 Weird it literally just stops working once it output a few strings.... as soon as the wifi function kick in.... I will relook at this again.

RichardS
User avatar
By xtal
#45466 //#include <Arduino.h>
#include <ESP8266WiFi.h>
#include <EEPROM.h>
//extern "C" { //Since include file from SDK is a plain C not a C++, you need to include it that way
//#include "user_interface.h" // need for system_get_free_heap_size(); // get free memory
//}
I'm only using the 2 includes and also have AP and station enabled, but only connecting to station....

I have seen nothing but 255 from eeprom @ 80 but now see some data ? I will have to double check this, when time allows...