diff options
author | Blaster4385 <venkateshchaturvedi12@gmail.com> | 2023-05-20 18:44:22 +0530 |
---|---|---|
committer | Blaster4385 <venkateshchaturvedi12@gmail.com> | 2023-05-21 11:04:05 +0530 |
commit | 364c5c00578fa2e88466bb0ddcaff3db34ccd4e4 (patch) | |
tree | b5ea0369e2c43ff74d1b9732883534f5cd6d16df /cpu.h | |
parent | 5fd76b071a7b5b359abd62ab18ab9d42fad0d1a4 (diff) |
Add system information
- Also cleanup code
- Switch to almost realtime data reading
Diffstat (limited to 'cpu.h')
-rw-r--r-- | cpu.h | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -17,5 +17,8 @@ extern int16_t cpuTempGlobal; extern int16_t cpuTemp[8]; extern uint32_t ramMax; extern uint32_t ramFree; +extern String OS; +extern String KernelVer; +extern String Uptime; #endif // __CPU_H__ |