From 3ca94650754de5c238deab3f8c3ed53d230d2b6f Mon Sep 17 00:00:00 2001 From: David Gwilliam Date: Sun, 15 Feb 2026 17:47:11 -0800 Subject: [PATCH] snapshot --- sketches/doorbell-touch-esp32-32e/DoorbellLogic.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sketches/doorbell-touch-esp32-32e/DoorbellLogic.h b/sketches/doorbell-touch-esp32-32e/DoorbellLogic.h index 4f5c0b4..26369bb 100644 --- a/sketches/doorbell-touch-esp32-32e/DoorbellLogic.h +++ b/sketches/doorbell-touch-esp32-32e/DoorbellLogic.h @@ -54,9 +54,9 @@ private: String _pendStatusState; String _pendStatusMsg; - // NTP + // NTP — pointer because NTPClient has no default constructor WiFiUDP _ntpUDP; - NTPClient _timeClient = nullptr; + NTPClient* _timeClient = nullptr; bool _ntpSynced = false; time_t _lastEpoch = 0;