main esp2866
//Include the needed library, we will use softer serial communication with the ESP8266#include #include //LCD config#include #include LiquidCrystal_I2C lcd(0x27,20,4); //sometimes…
//Include the needed library, we will use softer serial communication with the ESP8266#include #include //LCD config#include #include LiquidCrystal_I2C lcd(0x27,20,4); //sometimes…
boolean setup_ESP(){//returns a ‘1’ if successful ESP8266.print(“ATrn”);// Send just ‘AT’ to make sure the ESP is responding //this read_until_……