mem optimizatons

This commit is contained in:
proddy
2019-03-20 21:55:40 +01:00
parent 5079a3914f
commit 7eaab743bf
7 changed files with 124 additions and 125 deletions

View File

@@ -766,6 +766,7 @@ String MyESP::_getESPhostname() {
}
// returns build time as a String - copied for espurna. see (c)
// takes the time from the gcc during compilation
String MyESP::_buildTime() {
const char time_now[] = __TIME__; // hh:mm:ss
unsigned int hour = atoi(&time_now[0]);