Skip to content

Commit 662c5dd

Browse files
committed
Version V16.03
Correction bug affichage page paramètres
1 parent 5c955b7 commit 662c5dd

2 files changed

Lines changed: 4 additions & 2 deletions

File tree

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#define Version "16.01"
1+
#define Version "16.02"
22
#define HOSTNAME "RMS-ESP32-"
33
#define CLE_Rom_Init 912567899 //Valeur pour tester si ROM vierge ou pas. Un changement de valeur remet à zéro toutes les données. / Value to test whether blank ROM or not.
44

@@ -206,6 +206,8 @@
206206
Possibilité de choisir un routeur maître en Horloge
207207
Correction bug affichage Action
208208
Blocage integrateur I du PID à 50 si non utilisé
209+
- V16.02
210+
Correction bug d'affichage page paramètres
209211
210212
211213
Les détails sont disponibles sur / Details are available here:

pageHtmlPara.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ const char *ParaHtml = R"====(
1515
.canalT {display: table;}
1616
.canalTr {display: table-row;width:100%;}
1717
.canalTc {display: table-cell;padding:1px;text-align:center;width:100%;font-size:12px;}
18-
label,.nomR.#HorExt{display: table-cell;margin: 5px;text-align:left;font-size:20px;height:25px;width:70%;}
18+
label,.nomR,#HorExt{display: table-cell;margin: 5px;text-align:left;font-size:20px;height:25px;width:70%;}
1919
input{display: table-cell;margin: 5px;text-align:left;font-size:20px;height:25px;}
2020
select{display: table-cell;margin: 5px;text-align:left;}
2121
.source label{display: table-cell;margin: 5px;text-align:left;font-size:12px;height:21px;width:initial;}

0 commit comments

Comments
 (0)