Arduino/BasicOTA/BasicOTA.h.template
2017-09-26 01:14:28 +02:00

6 lines
153 B
Text

// WiFi configuration
const char* ssid = "http://kiel.freifunk.net/";
const char* password = "";
// OTA Hostname
const char* ota_hostname = "BasicOTA";