aboutsummaryrefslogtreecommitdiff
path: root/cpu.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'cpu.cpp')
-rw-r--r--cpu.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/cpu.cpp b/cpu.cpp
index 2c1b437..86d8643 100644
--- a/cpu.cpp
+++ b/cpu.cpp
@@ -6,6 +6,9 @@ int16_t cpuTempGlobal = defaultValue;
int16_t cpuTemp[8] = {defaultValue, defaultValue, defaultValue,defaultValue, defaultValue, defaultValue, defaultValue, defaultValue};
uint32_t ramFree = defaultValue;
uint32_t ramMax = defaultValue;
+String OS = "";
+String KernelVer = "";
+String Uptime = "";
static int8_t extractArray(String &command, int16_t *array)
{