Commit e7f52b06 authored by Clement Remi's avatar Clement Remi
Browse files

update_config

No related merge requests found
Pipeline #54355 passed with stage
in 2 minutes and 25 seconds
Showing with 6 additions and 6 deletions
+6 -6
...@@ -7,7 +7,7 @@ ...@@ -7,7 +7,7 @@
/********* conservez les guillemets ***************************************************************/ /********* conservez les guillemets ***************************************************************/
/********* Le reseau wifi cree portera le nom du datalogger **************************************/ /********* Le reseau wifi cree portera le nom du datalogger **************************************/
#define STATION_NAME "Abeille" // exemple le nom de ma station est TOTO_1 #define STATION_NAME "H_eau" // exemple le nom de ma station est TOTO_1
/************* CHOISISSEZ LA FREQUENCE DE MESURE **************************************************/ /************* CHOISISSEZ LA FREQUENCE DE MESURE **************************************************/
/******** SUPPRIMER LES DEUX SLASH DE DEBUT DE LIGNE DE LA FREQUENCE CHOISI (//) ******************/ /******** SUPPRIMER LES DEUX SLASH DE DEBUT DE LIGNE DE LA FREQUENCE CHOISI (//) ******************/
/******** Un seul choix possible ******************************************************************/ /******** Un seul choix possible ******************************************************************/
...@@ -25,9 +25,9 @@ ...@@ -25,9 +25,9 @@
/******* Attention la distance minimum mesurable par le capteur est de 100 mm *****************/ /******* Attention la distance minimum mesurable par le capteur est de 100 mm *****************/
/******* Renseignez la profondeur du canal en mm ************************************************/ /******* Renseignez la profondeur du canal en mm ************************************************/
// #define TYPE_DATALOGGER_HAUTEUR_EAU 1 #define TYPE_DATALOGGER_HAUTEUR_EAU 1
//#define Ht_Debit_NUL 700 // ex ma distance est de 300 mm la ligne s 'ecrit #define Ht_Debit_NUL 300 #define Ht_Debit_NUL 700 // ex ma distance est de 300 mm la ligne s 'ecrit #define Ht_Debit_NUL 300
//#define Profondeur_Canal 300 //ex ma profondeur du canal venturi est de300mm #define Profondeur_Canal 300 //ex ma profondeur du canal venturi est de300mm
/************* CHOIX 2 DATALOGGER DE PHYSICO CHIMIQUE *******************************************/ /************* CHOIX 2 DATALOGGER DE PHYSICO CHIMIQUE *******************************************/
...@@ -57,6 +57,6 @@ ...@@ -57,6 +57,6 @@
/******* Attention la distance maximum mesurable par le capteur est de 550 cm *****************/ /******* Attention la distance maximum mesurable par le capteur est de 550 cm *****************/
/***********************************************************************************************/ /***********************************************************************************************/
#define TYPE_DATALOGGER_HAUTEUR_BOUE 4 //#define TYPE_DATALOGGER_HAUTEUR_BOUE 4
#define Ht_a_Vide 700 // ex ma distance est de 300 mm la ligne s 'ecrit #define Ht_Debit_NUL 300 //#define Ht_a_Vide 700
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment