Skip to content

Instantly share code, notes, and snippets.

View sharperfd's full-sized avatar

Danuphat Panwong sharperfd

  • OfficeMate
View GitHub Profile
#include <EEPROM.h>
#include <ESP8266WiFi.h>
#include <PubSubClient.h>
#include <Arduino.h>
const int BUFSIZE = 50; //size off ssid and password
char buf[BUFSIZE];
char buf2[BUFSIZE];
char buf3[BUFSIZE];
const int EEPROM_MIN_ADDR = 0;