Browse Source

Basic OTA

main
ephides 5 years ago
parent
commit
a2261ed56f
  1. 4
      ESPClock.ino

4
ESPClock.ino

@ -3,8 +3,8 @@
#include <ArduinoOTA.h> #include <ArduinoOTA.h>
#ifndef STASSID #ifndef STASSID
#define STASSID "PBS-6C0855" #define STASSID "AP-Name"
#define STAPSK "GtYpvyXv0uLQT" #define STAPSK "Password"
#endif #endif
const char* ssid = STASSID; const char* ssid = STASSID;

Loading…
Cancel
Save