From 7ecbb11321a05f7498f36ff91d08b51fd3d00a62 Mon Sep 17 00:00:00 2001 From: Roland Reichwein Date: Mon, 20 Jan 2025 15:40:14 +0100 Subject: Add StatusLED --- Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 1d7a760..91ee0c8 100644 --- a/Makefile +++ b/Makefile @@ -20,6 +20,7 @@ SRCS= \ Touchpad.cpp \ PIDFile.cpp \ Temperature.cpp \ + StatusLED.cpp \ HEADERS=$(SRCS:.cpp=.h) -- cgit v1.2.3