From 4e613938f69e7301cb04da8ba12b6f614d77abd2 Mon Sep 17 00:00:00 2001 From: g7uhn Date: Sat, 20 Mar 2021 11:50:57 +0000 Subject: [PATCH] Opt-in comments set for public repo --- Arduino/src/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Arduino/src/main.cpp b/Arduino/src/main.cpp index 0199694..cc22e20 100644 --- a/Arduino/src/main.cpp +++ b/Arduino/src/main.cpp @@ -29,7 +29,7 @@ // uncomment the line below if you have fitted the Sparkfun DS1307 RTC module to the expansion header // if no RTC module is fitted, this line should be commented out -#define RTC_FITTED +//#define RTC_FITTED // Include libraries #include // required for PlatformIO IDE (not required if you're using Arduino IDE)