added Turkey as timezone

This commit is contained in:
proddy
2019-11-04 19:15:45 +01:00
parent e4aa262202
commit 17dc48b376
3 changed files with 11 additions and 5 deletions

View File

@@ -13,10 +13,10 @@
#include "TimeLib.h" // customized version of the Time library
#include "Timezone.h"
#define NTP_PACKET_SIZE 48 // NTP time is in the first 48 bytes of message
#define NTP_PACKET_SIZE 48 // NTP time is in the first 48 bytes of the message
#define NTP_INTERVAL_DEFAULT 60 // every hour
#define NTP_TIMEZONE_DEFAULT 2 // CE
#define NTP_TIMEZONE_MAX 9
#define NTP_TIMEZONE_MAX 11
class NtpClient {
public: