Fix building without myconfig.h
This commit is contained in:
parent
51d12fb218
commit
9f292b84e5
|
@ -602,7 +602,7 @@ void setup() {
|
|||
// Port defaults to 3232
|
||||
// ArduinoOTA.setPort(3232);
|
||||
// Hostname defaults to esp3232-[MAC]
|
||||
ArduinoOTA.setHostname(CAM_NAME);
|
||||
ArduinoOTA.setHostname(myName);
|
||||
// No authentication by default
|
||||
// ArduinoOTA.setPassword("admin");
|
||||
// Password can be set with it's md5 value as well
|
||||
|
|
Loading…
Reference in New Issue