|
|
|
@ -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; |
|
|
|
|