Added BasicOTA
This commit is contained in:
parent
250a15e7b1
commit
e52be1a0d8
3 changed files with 59 additions and 0 deletions
6
BasicOTA/BasicOTA.h.template
Normal file
6
BasicOTA/BasicOTA.h.template
Normal file
|
@ -0,0 +1,6 @@
|
|||
// WiFi configuration
|
||||
const char* ssid = "http://kiel.freifunk.net/";
|
||||
const char* password = "";
|
||||
|
||||
// OTA Hostname
|
||||
const char* ota_hostname = "BasicOTA";
|
Loading…
Add table
Add a link
Reference in a new issue