Fix building without myconfig.h

This commit is contained in:
Owen 2021-05-31 16:24:32 +02:00
parent 51d12fb218
commit 9f292b84e5
1 changed files with 1 additions and 1 deletions

View File

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