From 89e917d502e6a6f1042643296507336b660c17d9 Mon Sep 17 00:00:00 2001 From: Daniel Jones Date: Fri, 20 Dec 2019 13:57:17 +1030 Subject: added cpu temp output support C and F, see comments in config.h. you need to set the right thermal zone directory. --- components.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'components.h') diff --git a/components.h b/components.h index 8af712e..c9f5e54 100644 --- a/components.h +++ b/components.h @@ -25,6 +25,7 @@ char *currenttime(char *store, size_t size, int flag); char *battery(char *store, size_t size, int flag); char *charging(char *store, size_t size, int flag); -char *remainingtime(char *store, size_t size, int flag); +char *volume(char *store, size_t size, int flag); +char *cputemp(char *store, size_t size, int flag); #endif -- cgit v1.2.3