Added BasicOTA

This commit is contained in:
Nis Wechselberg 2017-09-26 01:14:28 +02:00
parent 250a15e7b1
commit e52be1a0d8
3 changed files with 59 additions and 0 deletions

View file

@ -0,0 +1,6 @@
// WiFi configuration
const char* ssid = "http://kiel.freifunk.net/";
const char* password = "";
// OTA Hostname
const char* ota_hostname = "BasicOTA";