stangreg / Ignitron

An ESP32 based foot pedal to control the Spark Amp and connect to the App using Bluetooth LE.
BSD 3-Clause "New" or "Revised" License
42 stars 12 forks source link

Where is Credentials.h.template ? #21

Closed maumad closed 1 year ago

maumad commented 1 year ago

"Before building the code, rename the file to Credentials.h and put in your SSID name and WiFi password. After setting up the project in the IDE, the code should build with the standard tool chain."

Where is Credentials.h.template ?

stangreg commented 1 year ago

This is from old functionality when Ignitron had an OTA update functionality. This has been removed again for performance reasons. It seems that this bit needs to be removed from the documentation. To build the code, just ignore that part.

stangreg commented 1 year ago

Documentation and code base has been cleaned up, closing issue