From d499105e9943f13910d6cf62d97d10d78fa1b4c1 Mon Sep 17 00:00:00 2001 From: g7uhn Date: Sat, 20 Mar 2021 10:39:55 +0000 Subject: [PATCH] added "comment/uncomment" comment for RTC module --- Arduino/src/main.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/Arduino/src/main.cpp b/Arduino/src/main.cpp index 13ec8e8..0199694 100644 --- a/Arduino/src/main.cpp +++ b/Arduino/src/main.cpp @@ -28,6 +28,7 @@ //#define EEPROM_WRITES // 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 // Include libraries