Skip to content

Commit b5ae1ec

Browse files
authored
Update file name in RTCCalibration example
1 parent 10bae84 commit b5ae1ec

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)