dirkx / SMPTE-EBU-TimecodeGenerator-ESP32

ESP32 based SMPTE/EBU timecode generator, with NTP slaving, for Leitch and similar studio/broadcast clocks.
Apache License 2.0
48 stars 14 forks source link

No .passwd.h #1

Closed GerryGit closed 5 years ago

GerryGit commented 5 years ago

Hi building in PlatformIO throws an error: .passwd.h: No such file or directory. This file and maybe a few others are not included in the zip. Any assistance please.

dirkx commented 5 years ago

If you are in a rush - just remove that line and replace it by the lines:

#define WIFI_NETWORK    "YourWifiNetwork"
#define WIFI_PASSWD     "PasswordOfYourWifiNetwork"

with the right values. That wil make things work again.

Dw.

GerryGit commented 5 years ago

Thanks for that. Builds now. Same in OTA.ino

dirkx commented 5 years ago

Gerry - see also last commit. This makes the NTP server config also visible.