Skip to content

Commit

Permalink
#15 load params from web sketch
Browse files Browse the repository at this point in the history
  • Loading branch information
merlokk committed May 4, 2017
1 parent 38e101d commit 2801178
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions lib/xparam.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,13 @@ bool xParam::SaveToRTC() {
}

bool xParam::LoadFromWeb(const String &url) {
WiFiClient client;
/* if (client.connect(url, 80)) {
} else {
DEBUG_PRINTLN(llError, F("xParam: Can't connect to host."));
return false;
}*/

return true;
}
Expand Down

0 comments on commit 2801178

Please sign in to comment.