|
|
|
@ -1,11 +1,8 @@ |
|
|
|
|
|
|
|
|
|
|
|
#include <ESP8266WiFi.h> |
|
|
|
#include <ESP8266WiFi.h> |
|
|
|
#include <ESP8266mDNS.h> |
|
|
|
#include <ESP8266mDNS.h> |
|
|
|
#include <ArduinoOTA.h> |
|
|
|
#include <ArduinoOTA.h> |
|
|
|
|
|
|
|
#include "secrets.h" |
|
|
|
#ifndef STASSID |
|
|
|
|
|
|
|
#define STASSID "AP-Name" |
|
|
|
|
|
|
|
#define STAPSK "Password" |
|
|
|
|
|
|
|
#endif |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
const char* ssid = STASSID; |
|
|
|
const char* ssid = STASSID; |
|
|
|
const char* password = STAPSK; |
|
|
|
const char* password = STAPSK; |
|
|
|
|