Skip to content

Instantly share code, notes, and snippets.

@etomun
etomun / NetworkConfig.ino
Created September 14, 2020 15:50
Local Network OTA ESP8266
#include <ESP8266WiFi.h>
#include <ESP8266mDNS.h>
#include <WiFiUdp.h>
#include <ArduinoOTA.h>
#include <ESP8266WebServer.h>
#ifndef STASSID
#define STASSID "Jalukan"
#define STAPSK "12345678"
#endif