diff --git a/include/main.h b/include/main.h index 4e59cb5..952ad3b 100644 --- a/include/main.h +++ b/include/main.h @@ -22,13 +22,13 @@ #define CLUSTER "grappe3" #define SENSORS_NUMBER 5 #define DHT22 22 -//comment for the test part this is the good frequency +// comment for the test part this is the good frequency #define TIME_TO_SLEEP 596 -//#define TIME_TO_SLEEP 28 +// #define TIME_TO_SLEEP 28 #define US_TO_S_FACTOR 1000000 #define R2 100 #define R3 10 -#define VOLTAGE_OUT(Vin) (((Vin)*R3) / (R2 + R3)) +#define VOLTAGE_OUT(Vin) (((Vin) * R3) / (R2 + R3)) #define VOLTAGE_MAX 4200 #define VOLTAGE_MIN 3300 #define ADC_REFERENCE 1100 @@ -39,7 +39,7 @@ #define ADC_PIN 35 #define CONV_FACTOR 1.78 #define READS 20 -const long gmtOffset_sec = 3600; +const long gmtOffset_sec = 3600; int getAverageChargeLevel(); void setupMQTT(const char *address, int port); @@ -54,16 +54,15 @@ std::tuple getDate(); /** * @brief hgfhdjskl - * + * * @param txt testetest * @param temp dqsdzfs - * @param hum + * @param hum * @param number vdsvsvsvs */ void writeMsg(char *txt, float *temp, float *hum, int number); -//timeClient.getEpochTime().toCharArray(date, 50); = convertir un string en char - +// timeClient.getEpochTime().toCharArray(date, 50); = convertir un string en char /* For test the esp32 signal emission without server Working/fixed/updated :