Skip to content

Commit 7351298

Browse files
authored
added tic led enable by default (#57)
added tic led enable by default removed display of analog raw values
1 parent cd87891 commit 7351298

File tree

1 file changed

+9
-5
lines changed

1 file changed

+9
-5
lines changed

raw/esp32c6/Winky/init.bat

+9-5
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
Br load("Winky.autoconf#cp2fs.be")
2-
Template {"NAME":"Winky","GPIO":[1,4704,1376,4705,5632,4706,640,608,1,32,1,0,0,0,0,0,0,0,1,1,1,1,1,4096,0,0,0,0,0,0,0],"FLAG":0,"BASE":1}
2+
Template {"NAME":"Winky","GPIO":[1,4704,1376,4705,5632,4706,640,608,1,32,1,0,0,0,0,0,0,0,1,1,1,1,3840,4096,0,0,0,0,0,0,0],"FLAG":0,"BASE":1}
3+
Module 0
34

45
; All these parameters are saved onto flash device
56
; so once configured, you can change them afterward
@@ -30,14 +31,17 @@ Backlog0 Timezone 99; TimeStd 0,0,10,1,3,60; TimeDst 0,0,3,1,2,120
3031
; Set Teleinfo in standard mode at 9600 baud.
3132
; EnergyConfig Standard
3233

34+
; Set Teleinfo to autodetect mode (standard or historique)
35+
Energyconfig automode
36+
3337
; Set LED brightness to 75%, in sleep mode it will be bright/2
3438
Energyconfig bright=75
3539

3640
; 0 for Green LED and 1 for Period Indicator (blue, white or red)
3741
Energyconfig period=1
3842

39-
; Set Teleinfo to autodetect mode (standard or historique)
40-
Energyconfig automode
43+
; Disable analog values display (already done by NicolasBernaerts)
44+
WebSensor2 0
45+
46+
4147

42-
; use template and reboot
43-
Module 0

0 commit comments

Comments
 (0)