From dcb41c70c23b7d8d4461da3be8b93c82a5e7e714 Mon Sep 17 00:00:00 2001 From: pgp Date: Tue, 15 Mar 2022 16:41:53 +0100 Subject: [PATCH] ajout du prototype de la fonction wakeup dans le main.h --- include/main.h | 1 + 1 file changed, 1 insertion(+) diff --git a/include/main.h b/include/main.h index 8073644..af67b27 100644 --- a/include/main.h +++ b/include/main.h @@ -46,6 +46,7 @@ void readSensors(DHT sensors[], float temp[], float hum[], int number); void sleep(); std::tuple getDate(); void writeMsg(char *txt, float *temp, float *hum, int number); +void wakeup(); //timeClient.getEpochTime().toCharArray(date, 50); = convertir un string en char