From 171aa5502cfcac1abc5315c8792521790195e4a9 Mon Sep 17 00:00:00 2001 From: Roland Reichwein Date: Sat, 11 Jan 2025 11:43:58 +0100 Subject: Add notes and temperature monitor --- Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 991d020..3561227 100644 --- a/Makefile +++ b/Makefile @@ -18,7 +18,8 @@ SRCS= \ InternalClick.cpp \ BPMDetect.cpp \ Touchpad.cpp \ - PIDFile.cpp + PIDFile.cpp \ + Temperature.cpp \ HEADERS=$(SRCS:.cpp=.h) -- cgit v1.2.3