gemu2015
|
e9998f0ce0
|
add device name var dvnm
|
2021-01-08 11:51:14 +01:00 |
gemu2015
|
b7eab415ff
|
fixes fs size on low ram memory
|
2021-01-08 11:50:33 +01:00 |
gemu2015
|
0b12c6a514
|
display support for larger pictures
|
2021-01-08 11:49:07 +01:00 |
Jason2866
|
a1e842ca64
|
Ensure to use latest stable Platformio release
with gitpod
|
2021-01-08 10:39:17 +01:00 |
Theo Arends
|
ff631ac322
|
Merge pull request #10451 from gorootde/feature/basic-auth-support
Added support for basic auth
|
2021-01-08 10:07:27 +01:00 |
Theo Arends
|
0e148aba3d
|
Merge pull request #10447 from vic42/BS814_NG_2
New Feature: BS814A-2 Touch Driver
|
2021-01-08 08:49:58 +01:00 |
Adrian Scillato
|
7ff4ebfd4e
|
Merge pull request #10452 from localhost61/patch-1
Update French Translation
|
2021-01-07 21:37:24 -03:00 |
Xavier MULLER
|
dbd8199062
|
Update fr_FR.h
|
2021-01-08 00:58:53 +01:00 |
Xavier MULLER
|
8d725a685a
|
Update fr_FR.h
|
2021-01-08 00:47:42 +01:00 |
Michael Kolb
|
84a07ce664
|
Added support for basic auth
|
2021-01-07 18:47:25 +01:00 |
Theo Arends
|
2774a24b0b
|
Remove logging from rotary
|
2021-01-07 18:28:33 +01:00 |
Theo Arends
|
106d30397a
|
Update RELEASENOTES.md
|
2021-01-07 18:03:14 +01:00 |
Theo Arends
|
696c4ca0e8
|
Add command ``SetOption43 1..100``
Add command ``SetOption43 1..100`` to control Rotary step (#10407)
|
2021-01-07 18:01:53 +01:00 |
Theo Arends
|
d319bc8ecb
|
Support rotary encoder on Shelly Dimmer
Support rotary encoder on Shelly Dimmer (#10407)
|
2021-01-07 17:53:48 +01:00 |
Vic
|
a3b77fa7ab
|
save a few bytes
|
2021-01-07 17:33:57 +01:00 |
Vic
|
828f6444fb
|
script missed one language file
|
2021-01-07 16:53:27 +01:00 |
Vic
|
c803670137
|
BS814A-2 Touch Driver xdrv_52 flavor
|
2021-01-07 16:39:41 +01:00 |
Vic
|
57507e45c8
|
Merge pull request #10 from arendst/development
update dev branch
|
2021-01-07 15:17:20 +00:00 |
Theo Arends
|
98b529ce7b
|
Update decode-status.py
|
2021-01-07 15:12:07 +01:00 |
Theo Arends
|
23cb8ac559
|
Support for time proportioned relays
Support for time proportioned (``#define USE_TIMEPROP``) and optional PID (``#define USE_PID``) relay control (#10412)
|
2021-01-07 15:07:14 +01:00 |
Theo Arends
|
a814ec52a9
|
Merge pull request #10412 from marcvs/pid-branch-revived
Pid branch revived
|
2021-01-07 13:51:40 +01:00 |
Theo Arends
|
c989055abe
|
Merge pull request #10442 from bovirus/patch-1
Update Italian language
|
2021-01-07 12:45:50 +01:00 |
bovirus
|
5321cf9866
|
Update Italian language
|
2021-01-07 12:37:10 +01:00 |
Theo Arends
|
e8407076d9
|
Merge pull request #10441 from gemu2015/filemanager
Filemanager
|
2021-01-07 11:45:06 +01:00 |
gemu2015
|
8c9c4d4d66
|
Update xdrv_50_filesystem.ino
|
2021-01-07 11:03:02 +01:00 |
gemu2015
|
3930bc97d7
|
Update xdrv_50_filesystem.ino
|
2021-01-07 11:01:04 +01:00 |
gemu2015
|
1817bec751
|
filemanager switch ufs ffs
|
2021-01-07 10:57:24 +01:00 |
Marcus
|
f190854e6b
|
one byte change to rerun tests
|
2021-01-07 09:41:42 +01:00 |
Theo Arends
|
bca53cec87
|
Merge pull request #10438 from Jason2866/patch-3
Update de_DE.h
|
2021-01-07 08:26:38 +01:00 |
Marcus
|
26372c3c11
|
adjust code size changes
|
2021-01-07 00:01:21 +01:00 |
Marcus
|
c820f435be
|
update config options
|
2021-01-06 23:54:09 +01:00 |
Marcus
|
8b5961c37d
|
remove code that did not seem to be necessary
|
2021-01-06 23:53:46 +01:00 |
Marcus
|
ce1a104397
|
turn the /PID reporting off by default
|
2021-01-06 23:15:43 +01:00 |
Marcus
|
c396a9bbdb
|
conclude renaming
|
2021-01-06 23:09:23 +01:00 |
Marcus
|
6ba2fdab65
|
rename xdrv_91_timeprop.ino -> xdrv_48_timeprop.ino
|
2021-01-06 23:05:54 +01:00 |
Marcus
|
d6e369bead
|
rename xdrv_48_pid.ino -> xdrv_49_pid.ino
|
2021-01-06 23:05:16 +01:00 |
Marcus
|
879104ef27
|
rename xdrv_92_pid.ino -> xdrv_48_pid.ino
|
2021-01-06 23:04:25 +01:00 |
Marcus
|
ea24f1b363
|
remove logging
|
2021-01-06 23:04:02 +01:00 |
Marcus
|
dab488229f
|
rename variables pid_xy -> PidXy; use Response_P; use DecodeCommand; remove logging
|
2021-01-06 23:00:33 +01:00 |
Jason2866
|
bedfc4170e
|
Update de_DE.h
|
2021-01-06 21:19:43 +01:00 |
Marcus
|
89c3c44754
|
add get functions
|
2021-01-06 21:19:39 +01:00 |
Adrian Scillato
|
be5d3d3896
|
Merge pull request #10437 from ascillato/patch-2
Update Spanish Translation
|
2021-01-06 17:09:56 -03:00 |
Adrian Scillato
|
92402cda29
|
Update Spanish Translation
|
2021-01-06 16:57:00 -03:00 |
Vic
|
02468cfde2
|
Merge pull request #9 from arendst/development
update dev branch
|
2021-01-06 18:40:08 +00:00 |
Theo Arends
|
9d0a7e9bc4
|
Update filesystem GUI
|
2021-01-06 17:54:03 +01:00 |
Marcus
|
6fded78bc5
|
boolean -> bool, Prefix Addlog; simplify incoming temperature handling
|
2021-01-06 16:37:11 +01:00 |
Marcus
|
6f083aa944
|
boolean -> bool, Prefix Addlog
|
2021-01-06 16:36:24 +01:00 |
Theo Arends
|
ad7c27a65e
|
Merge pull request #10428 from yvesdm3000/development
Respond correctly to the time request from the MCU
|
2021-01-06 16:28:16 +01:00 |
Theo Arends
|
a95fed30ff
|
Merge pull request #10431 from vic42/ftc_enhance
FTC532: Mitigate 'ghost' switching issues
|
2021-01-06 16:27:52 +01:00 |
Vic
|
8fc44336cc
|
formatting
|
2021-01-06 16:04:35 +01:00 |