mirror of
https://github.com/emsesp/EMS-ESP32.git
synced 2025-12-07 00:09:51 +03:00
mem optimizatons
This commit is contained in:
@@ -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]);
|
||||
|
||||
Reference in New Issue
Block a user