mirror of
https://github.com/esphome/esphome-docs.git
synced 2025-03-01 03:51:36 +01:00
Fix human-readable uptime example so it compiles (#949)
This commit is contained in:
parent
0e949047ae
commit
e4d01c804e
@ -58,7 +58,7 @@ with human readable output.
|
||||
return (
|
||||
(days ? String(days) + "d " : "") +
|
||||
(hours ? String(hours) + "h " : "") +
|
||||
(minutes ? String(minutes + "m " : "") +
|
||||
(minutes ? String(minutes) + "m " : "") +
|
||||
(String(seconds) + "s")
|
||||
).c_str();
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user