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
35 stars 11 forks source link

Where is Credentials.h.template ? #21

Closed maumad closed 10 months ago

maumad commented 11 months 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 11 months 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 10 months ago

Documentation and code base has been cleaned up, closing issue