geeksville / TenDollarWebcam

A small example app for ESP32 + Micro-RTSP
MIT License
389 stars 59 forks source link

wifikeys_template.h not found #14

Closed jesseparker closed 5 years ago

jesseparker commented 5 years ago

This page says to copy src/wifikeys_template.h but I can't find this file in the git repo.

https://www.hackster.io/punkgeek/a-9-fully-open-source-streaming-webcam-with-no-soldering-c4b7c6

Output:

Camera init returned 0 [E][Preferences.cpp:437] getString(): nvs_get_str len fail: ssid NOT_FOUND [E][Preferences.cpp:437] getString(): nvs_get_str len fail: password NOT_FOUND Setup wifi! Starting SmartConfig. Waiting for SmartConfig. ..............................

(changed lcd output to Serial.println() so I could see it)

Also tried this in AutoWifi.cpp

define FACTORY_WIFI_SSID "myssid"

define FACTORY_WIFI_PASSWORD "mypass"

jesseparker commented 5 years ago

I found this file in one of the dependencies. I found it here:

Micro-RTSP_ID6071/examples/wifikeys_template.h