Skip to content

Instantly share code, notes, and snippets.

View leozulfiu's full-sized avatar

Leo leozulfiu

  • Zurich
View GitHub Profile
ADC_MODE(ADC_VCC); //vcc read-mode
#include <ESP8266WiFi.h>
#include <WiFiClient.h>
#include <ESP8266WebServer.h>
/* Set these to your desired credentials. */
const char *ssid = "ESPap";
const char *password = "thereisnospoon";
ADC_MODE(ADC_VCC); //vcc read-mode
#include <ESP8266WiFi.h>
#include <WiFiClient.h>
#include <ESP8266WebServer.h>
/* Set these to your desired credentials. */
const char *ssid = "ESPap";
const char *password = "thereisnospoon";