remove dstOffset from watchySettings struct

pull/221/head
SQFMI 2023-04-22 22:21:12 -04:00 committed by GitHub
parent cc1ff02123
commit 2b327c64b8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 1 deletions

View File

@ -36,7 +36,6 @@ typedef struct watchySettings {
// NTP Settings // NTP Settings
String ntpServer; String ntpServer;
int gmtOffset; int gmtOffset;
int dstOffset;
// //
bool vibrateOClock; bool vibrateOClock;
} watchySettings; } watchySettings;