Example updates. Remove default parameters from Internal functions.

This commit is contained in:
PaulZC
2021-11-29 11:30:53 +00:00
parent 859a5d0858
commit 0339462b92
6 changed files with 97 additions and 9 deletions
@@ -114,9 +114,11 @@ void setup()
if(!getLocalTime(&timeinfo))
{
Serial.println("Failed to obtain time");
return;
}
Serial.println(&timeinfo, "Time is: %A, %B %d %Y %H:%M:%S");
else
{
Serial.println(&timeinfo, "Time is: %A, %B %d %Y %H:%M:%S");
}
//=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
// Use HTTP GET to receive the AssistNow_Online data