Skip to content

Commit 33086ec

Browse files
committed
Merge branch 'inkplate6color-examples' of https://github.com/SolderedElectronics/Inkplate-LVGL-Library into inkplate6color-examples
2 parents ab60835 + b5ae1ec commit 33086ec

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

examples/Inkplate6COLOR/Diagnostics/RTCCalibration/RTCCalibration.ino

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/**
22
**************************************************
33
*
4-
* @file EEPROMUsage.ino
4+
* @file RTCCalibration.ino
55
* @brief Example showing how to Calibrate the RTC to be more precise and accurate.
66
* If you have any issues with the time precision, in this way you can change the internal capacitor value,
77
* and set the clock offset. Please follow the instructions below carefully.
@@ -102,4 +102,4 @@ void loop()
102102

103103
time1 = millis();
104104
}
105-
}
105+
}

0 commit comments

Comments
 (0)