From bcbd6743fb85f225054fa4eff3523bffed4a2ccc Mon Sep 17 00:00:00 2001 From: Yannick van Etten Date: Mon, 18 Nov 2024 11:16:53 +0100 Subject: [PATCH] Added comment --- src/C++/Driver/src/TestM5/TestM5.ino | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/C++/Driver/src/TestM5/TestM5.ino b/src/C++/Driver/src/TestM5/TestM5.ino index d57c91b..7f2e5b9 100644 --- a/src/C++/Driver/src/TestM5/TestM5.ino +++ b/src/C++/Driver/src/TestM5/TestM5.ino @@ -1,3 +1,5 @@ +// Test code is merged to main sensor code os this file is not needed anymore + #include #include "Adafruit_SGP30.h"