Adds "uptime" to the webUI, showing how loing MCu has been powered up
H4P_Heartbeat BuddyHolly;
This plugin is a "singleton" - there may be only one single instance of it in the app. It may be instantiated as any name the user chooses.
N/A
stop
has no effect
start
has no effect
N/A
// constructors
H4P_Heartbeat();
H4P_Heartbeat(size_t period); // ms at which LED_BUILTIN will be pulsed to show "online" NB ONLY ON MCU with LED_BUILTIN defined
static string secsToTime(uint32_t secs; // returns human readable D HH:MM:SS of arbitray seconds value
static string upTime(); // returns human readable D HH:MM:SS of time since boot
(c) 2021 Phil Bowles [email protected]