Update NKNTP.h

This commit is contained in:
nikant 2016-12-31 12:01:37 +02:00 committed by GitHub
parent f34a613712
commit 0aa6a443d8
1 changed files with 0 additions and 10 deletions

10
NKNTP.h
View File

@ -1,13 +1,3 @@
// The Timezone library is modified by nikant to remove eeprom access
// commented out sections:
// file: Timezone.cpp
// line 12 #include eeprom
// line 28-31, whole of Timezone::Timezone function
// line 184-189, whole of Timezone::readRules function
// line 196-201, whole of Timezone::writeRules function
// file: Timezone.h
// lines: 42, 48, 49
// You can edit NKNTP.h in order to change to your Timezone and DST
// check https://github.com/JChristensen/Timezone/blob/master/ReadMe.md for examples.