Commit Graph

5382 Commits

Author SHA1 Message Date
Theo Arends
d510cfe261 Revert fix ESP32 temperature jump on some devices
Revert fix ESP32 temperature jump on some devices. It appears the device makes other non regular jumps too.
2021-10-10 11:22:53 +02:00
Paul C Diem
fdc37ad276 PWM_DIMMER: fix light fade stop, use dimmer_step 2021-10-09 10:42:32 -05:00
Theo Arends
89751c4d86 Fix ESP32 temperature jump on some devices
Fix ESP32 temperature jump on some devices like Sonoff DualR3
2021-10-08 15:33:13 +02:00
Theo Arends
a466c5abf3 Add support for HM330X
Add support for HM330X SeedStudio Grove Particule sensor (#13250)
2021-10-08 13:59:11 +02:00
Theo Arends
eaeacbfa93 Fix negative heap fragmentation 2021-10-08 11:52:50 +02:00
Theo Arends
0d435d2ccf
Merge pull request #13294 from s-hadinger/fix_ram_display
Changed Memory display on ESP32 to not include IRAM (i.e. less by 40-50KB)
2021-10-08 10:52:23 +02:00
Stephan Hadinger
fba096500e Berry fix heap size control in high memory pressure 2021-10-07 19:03:34 +02:00
Stephan Hadinger
ee0678774b Changed Memory display on ESP32 to not include IRAM (i.e. less by 40-50KB) 2021-10-07 18:37:58 +02:00
Theo Arends
0f3a6297c6 Skip logging for unwanted log data
Skip logging for unwanted log data decreasing heap fragmentation (#13251)
2021-10-07 15:39:04 +02:00
Jason2866
365996f633
Fix compile 2021-10-04 21:28:46 +02:00
Stephan Hadinger
ddb1eb7fea Berry and LVGL fixes 2021-10-04 19:15:27 +02:00
Theo Arends
69f4fa932e Remove logging causing heap degradation (#13251) 2021-10-04 17:57:03 +02:00
Theo Arends
019ccae4d0 Add SO130 1 to show heap with logging timestamp 2021-10-04 17:12:42 +02:00
Theo Arends
e03aa46607
Merge pull request #13269 from barbudor/show_hidden_files_pr
Add 'show hidden files' checkbox in fileman
2021-10-04 15:02:54 +02:00
Theo Arends
47a85d975a
Merge pull request #13271 from gemu2015/udisp_fix
fix rotate
2021-10-04 14:57:38 +02:00
Stephan Hadinger
22daee620a Fix ctypes for energy and lvgl 2021-10-04 13:42:09 +02:00
gemu2015
01ec66b7b6 fix rotate 2021-10-04 13:04:48 +02:00
Barbudor
0e777193fc add 'show hidden files' checkbox in fileman 2021-10-03 20:11:14 +02:00
Stephan Hadinger
5ae88c4f97 Files starting with underscore in file system are no more hidden 2021-10-03 16:39:43 +02:00
Theo Arends
388b3d5f54 Refactor BL09xx driver 2021-10-03 16:32:58 +02:00
Theo Arends
20038aac18 Add influxdb to some ESP32 binaries
Useful for heap measurements over time
2021-10-03 15:21:25 +02:00
Theo Arends
14951ba2b6 Add support for BL0942 energy monitor (#13259) 2021-10-03 14:10:11 +02:00
Theo Arends
0643c2bafb Revert latest BL09xx changes as it fails BL0940 2021-10-03 13:28:06 +02:00
Theo Arends
ec412c9b5d
Merge pull request #13259 from barbudor/bl0942_pr
Add support for BL0942 to xnrg_14_bl09xx.ino
2021-10-03 13:17:35 +02:00
Stephan Hadinger
1d5b9fb8ed Fix compilation 2021-10-03 12:24:31 +02:00
s-hadinger
6878bf9fbf
Berry add module `import persist` (#13264)
* Berry add module ``import persist``

* Call `persist.save()` before restart
2021-10-03 11:54:29 +02:00
s-hadinger
54359e5aa7
Merge pull request #13263 from s-hadinger/berry_dac_fix
Berry fix DAC
2021-10-03 10:42:14 +02:00
Stephan Hadinger
d833418802 Berry fix DAC 2021-10-03 10:08:21 +02:00
Barbudor
df7810a6f8 add support for BL0942 to xnrg_14_bl09xx.ino 2021-10-02 20:00:18 +02:00
Theo Arends
5d6bf997f5
Merge pull request #13258 from barbudor/trim_rule_trigger
Trim pre/post spaces on rule trigger
2021-10-02 18:51:08 +02:00
Theo Arends
c4bb190e82 Add split total energy 2021-10-02 18:29:05 +02:00
Theo Arends
9002830d7c Fixes 2021-10-02 18:19:39 +02:00
Barbudor
26916f62de Trim pre/pst spaces on rule trigger 2021-10-02 15:46:51 +02:00
Theo Arends
3b5172a5c0 Merge branch 'development' into dev-energy-split 2021-10-02 15:30:05 +02:00
Theo Arends
b82f098383 Remove interfering debug information 2021-10-02 14:49:50 +02:00
Theo Arends
5803407209 Revert "Chk if this fixes memory leak (#13251)"
This reverts commit 789c3acf38.
2021-10-02 14:05:52 +02:00
Theo Arends
811152a630 Merge branch 'development' of https://github.com/arendst/Tasmota into development 2021-10-02 14:04:36 +02:00
Theo Arends
21c0200bd7 Fix ESP32 restart hang when USE_EMERGENCY_RESET is enabled 2021-10-02 14:04:32 +02:00
s-hadinger
6ee08a1bf0
Merge pull request #13257 from s-hadinger/lvgl_fix_init
LVGL fix init display desctriptor
2021-10-02 11:00:40 +02:00
Stephan Hadinger
4eee590a04 LVGL fix init display desctriptor 2021-10-02 10:59:41 +02:00
Stephan Hadinger
319b6e664a Lvgl8 minor cleaning 2021-10-02 10:31:38 +02:00
Stephan Hadinger
98acc6fe2d LVGL updated to v8.0.2 **breaking changes** 2021-10-02 09:33:59 +02:00
Barbudor
6783f91566 prepend OPTH_ to conflicting symbols 2021-10-01 17:57:02 +00:00
Theo Arends
789c3acf38 Chk if this fixes memory leak (#13251) 2021-10-01 17:15:28 +02:00
Theo Arends
a45c2ca66b Fix unwanted pre-init functionality toggling non-display relays. 2021-10-01 16:19:23 +02:00
Theo Arends
63f526972c
Merge pull request #13252 from gemu2015/multi_display
fix multi display issues
2021-10-01 16:12:57 +02:00
Stephan Hadinger
a21e4a58fc Berry add tasmota.global 2021-09-30 19:51:40 +02:00
gemu2015
7e38e75116 fix multi display issues 2021-09-30 19:09:38 +02:00
Adrian Scillato
86e72bbedd
Merge pull request #13235 from ascillato/Allow-KNX-and-Zigbee
Fix Optional Compilation of ZigBee with KNX
2021-09-29 17:11:33 -03:00
Theo Arends
0b944fddba Fix unwanted display interactions
Fix unwanted display interactions when no display is configured
2021-09-29 16:36:33 +02:00