This commit is contained in:
Glenn Arens
2019-03-20 20:23:46 +01:00
parent 6cca18ce81
commit bf5165f446
3 changed files with 24 additions and 16 deletions

View File

@@ -226,7 +226,7 @@ class MyESP {
char * _boottime;
bool _suspendOutput;
bool _use_serial;
void _printBuildTime(unsigned long rawTime);
void _printBuildTime(unsigned long unix);
// load average (0..100)
void _calculateLoad();