diff options
Diffstat (limited to 'Projects/TempDataLogger/TemperatureDataLogger.txt')
-rw-r--r-- | Projects/TempDataLogger/TemperatureDataLogger.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Projects/TempDataLogger/TemperatureDataLogger.txt b/Projects/TempDataLogger/TemperatureDataLogger.txt index 3daaa2a70..4d4e0b5e8 100644 --- a/Projects/TempDataLogger/TemperatureDataLogger.txt +++ b/Projects/TempDataLogger/TemperatureDataLogger.txt @@ -78,8 +78,8 @@ * <tr> * <td>DUMMY_RTC</td> * <td>AppConfig.h</td> - * <td>When a DS1307 RTC chip is not fitted, this token can be defined to make the demo assume a 1/1/1 01:01:01 date/time - * stamp at all times, effectively transforming the project into a basic data logger with no specified sample times.</td> + * <td>When a DS1307 RTC chip is not fitted, this token can be defined to make the demo use a dummy software RTC using the system + * clock. This is less accurate and does not store the set time and date into non-volatile memory.</td> * </tr> * </table> */ |