Gestion de l'heure d'été

This commit is contained in:
Thierry Fleury
2025-07-15 21:55:22 +02:00
parent af9ccfc532
commit e92801abcb
3 changed files with 42 additions and 16 deletions

View File

@ -4,6 +4,7 @@
#include <Arduino.h>
#include <ESP8266WiFi.h>
#include <NTPClient.h>
#include <Timezone.h>
#include <WiFiUdp.h>
#include "DiscordAPI.h"
@ -44,6 +45,12 @@ private:
LedLib* ledLib;
WiFiUDP* ntpUDP;
NTPClient* timeClient;
Timezone* timezone;
/**
* Synchronize local using NTP client
*/
void syncTime();
/**
* @brief Send time to discord