Arduino/BasicOTA/BasicOTA.h.template

7 lines
153 B
Text
Raw Normal View History

2017-09-26 01:14:28 +02:00
// WiFi configuration
const char* ssid = "http://kiel.freifunk.net/";
const char* password = "";
// OTA Hostname
const char* ota_hostname = "BasicOTA";