moving stuff around

This commit is contained in:
Robert van den Breemen 2021-02-02 19:24:31 +01:00
parent ba53398283
commit 54c57f95dd
2 changed files with 9 additions and 6 deletions

View File

@ -101,6 +101,7 @@ void setup()
}
}
myTZ.setDefault();
setDebug(NONE); //turn off any other debug information
DebugTln("UTC time : "+ UTC.dateTime());
DebugTln("local time: "+ myTZ.dateTime());
@ -137,6 +138,9 @@ void setup()
delay(200);
}// 50* 200 = 10.0000 msec = 10 seconds of blinking
Serial.println(F("Setup finished!"));
// After resetting the OTGW PIC never send anything to Serial for debug
// and switch to telnet port 23 for debug purposed.
// Setup the OTGW PIC
DebugTln("Reset OTGW PIC");
resetOTGW(); // reset the OTGW pic
@ -149,7 +153,6 @@ void setup()
DebugTf("OTGW PIC firmware version = [%s]\r\n", CSTR(sPICfwversion));
DebugTf("Reboot count = [%d]\r\n", rebootCount);
Serial.println(F("Setup finished!"));
}
//=====================================================================

View File

@ -2,13 +2,13 @@
#define _VERSION_MAJOR 0
#define _VERSION_MINOR 7
#define _VERSION_PATCH 3
#define _VERSION_BUILD 497
#define _VERSION_BUILD 498
//#define _VERSION_PRERELEASE beta //uncomment to define prerelease labels: alpha - beta - rc
#define _VERSION_DATE "02-02-2021"
#define _VERSION_TIME "00:56:22"
#define _VERSION_TIME "12:38:15"
#define _SEMVER_CORE "0.7.3"
#define _SEMVER_BUILD "0.7.3+497"
#define _SEMVER_FULL "0.7.3+497"
#define _SEMVER_BUILD "0.7.3+498"
#define _SEMVER_FULL "0.7.3+498"
#define _SEMVER_NOBUILD "0.7.3 (02-02-2021)"
#define _VERSION "0.7.3+497 (02-02-2021)"
#define _VERSION "0.7.3+498 (02-02-2021)"
//The version information is created automatically, more information here: https://github.com/rvdbreemen/autoinc-semver