From debe2e06f3a4b809e16913b11e1ce7460dffdf39 Mon Sep 17 00:00:00 2001 From: xAlpharax <42233094+xAlpharax@users.noreply.github.com> Date: Wed, 6 Sep 2023 20:19:08 +0300 Subject: Integrating a VRAM monitoring comonent Changes to be committed: modified: Makefile modified: README new file: components/vram.c modified: config.h modified: slstatus.h --- Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 7a18274..a0c2a06 100644 --- a/Makefile +++ b/Makefile @@ -21,6 +21,7 @@ COM =\ components/netspeeds\ components/num_files\ components/ram\ + components/vram\ components/run_command\ components/swap\ components/temperature\ -- cgit v1.2.3