add sendTime

This commit is contained in:
2023-09-01 21:09:08 +02:00
parent 2c138a3225
commit 2a61d59edc
2 changed files with 18 additions and 1 deletions

View File

@ -25,6 +25,13 @@ private:
DiscordAPI* discord;
WiFiUDP* ntpUDP;
NTPClient* timeClient;
/**
* @brief Send time to discord
* the start time is automaticly set to the current time
* @param[in] timeEnd LabOuest closing time
*/
void sendTime(String timeEnd);
};
#endif