Commit Graph

12828 Commits

Author SHA1 Message Date
Theo Arends f77690dd9a Add some comms checks 2021-08-31 17:00:45 +02:00
Theo Arends 1affb8f20c Update release notes 2021-08-31 16:41:19 +02:00
Theo Arends ef4431b8e6 Fix VINDIKTNING PM2.5 measurement
Fix VINDIKTNING PM2.5 measurement (#13012)
2021-08-31 16:28:24 +02:00
Theo Arends 57920f09eb
Merge pull request #13024 from bovirus/patch-3
Update it_IT.h
2021-08-31 13:32:08 +02:00
bovirus f1c4eb3cfd
Update it_IT.h
Update for Italian language.
Please check and merge.
2021-08-31 11:51:22 +02:00
s-hadinger 01e3a2feb7
Merge pull request #13022 from s-hadinger/berry_strftime
Berry strftime
2021-08-30 23:32:16 +02:00
Stephan Hadinger 547d47e297 Berry strftime 2021-08-30 23:15:27 +02:00
s-hadinger 6cf6efbdc9
Merge pull request #13016 from s-hadinger/ir_2_7_20
IRremoteESP8266 library from v2.7.19 to v2.7.20
2021-08-30 21:34:46 +02:00
s-hadinger 64ae135043
Merge pull request #13015 from s-hadinger/ec25519
Berry support for Curve 25519 EC crypto
2021-08-30 21:19:38 +02:00
Stephan Hadinger 066029cd97 IRremoteESP8266 library from v2.7.19 to v2.7.20 2021-08-30 21:08:41 +02:00
Stephan Hadinger 06037b10a5 Berry support for Curve 25519 EC crypto 2021-08-30 21:01:06 +02:00
s-hadinger db33fbda21
Merge pull request #13011 from s-hadinger/berry_constants_search_size
Berry constant search size
2021-08-30 19:25:00 +02:00
Stephan Hadinger 66998aa429 Berry constant search size 2021-08-30 19:10:17 +02:00
Theo Arends e45dbc66e0 Fix Shelly Dimmer 2 Energy usage
Fix Shelly Dimmer 2 Energy usage (#12815)
2021-08-30 18:03:24 +02:00
Theo Arends 547791058a Remove redundant code 2021-08-30 11:09:10 +02:00
Theo Arends 3a85922a94 Fix Shelly Dimmer 2 Energy calculation
Fix Shelly Dimmer Energy calculation (#12815)
2021-08-30 10:53:23 +02:00
Jason2866 b35072c1e1
Some corrections 2021-08-29 16:58:20 +02:00
Jason2866 03b26adf07
Update Tasmota_build_master.yml 2021-08-28 16:57:43 +02:00
Jason2866 e3f39bc1b4
Update Tasmota_build_development.yml 2021-08-28 16:55:26 +02:00
Jason2866 6839a7ef8a
reduce checkout time for trigger.txt 2021-08-28 13:30:39 +02:00
Jason2866 f3ede20cbb
Delete copycat_master.yml.off 2021-08-28 12:15:01 +02:00
Jason2866 6444627997
Rename copycat_master.yml to copycat_master.yml.off 2021-08-28 12:10:31 +02:00
Jason2866 447d544d53
Update copycat_master.yml 2021-08-28 12:07:53 +02:00
Jason2866 d40b055f9e
Update and rename copycat_master.yml.off to copycat_master.yml 2021-08-28 12:04:25 +02:00
Jason2866 554a155fd2
Rename copycat_master.yml to copycat_master.yml.off 2021-08-27 23:31:56 +02:00
Jason2866 61a85b842d
Update copycat_master.yml 2021-08-27 23:29:11 +02:00
Jason2866 1e3427ad89
Update copycat_master.yml 2021-08-27 23:27:24 +02:00
Jason2866 bf9467d7b5
Create copycat_master.yml 2021-08-27 23:23:39 +02:00
s-hadinger 80e405eaca
Merge pull request #12996 from s-hadinger/berry_fix_bytecode_static_members
Berry fix bytecode load/save for static class members
2021-08-27 19:29:57 +02:00
Stephan Hadinger 1ce8dbad85 Berry fix bytecode load/save for static class members 2021-08-27 19:15:25 +02:00
Jason2866 db50783dd3
try trigger #2 2021-08-27 17:14:33 +02:00
Theo Arends cf2891f9b9 Add Sonoff L1 MusicSync off when a color change is requested
Add Sonoff L1 MusicSync off when a color change is requested (#12930)
2021-08-27 16:39:18 +02:00
Jason2866 bbe9f8f4ef
revert trigger different repo 2021-08-27 16:26:51 +02:00
Jason2866 d9e5fea17c
add trigger for Tasmota-specials repo 2021-08-27 16:04:12 +02:00
Theo Arends e1db23b7c5 Add Sonoff L1 MusicSync off when a remote button is received
Add Sonoff L1 MusicSync off when a remote button is received (#12930)
2021-08-27 15:50:17 +02:00
s-hadinger 51c228cbdb
Merge pull request #12991 from s-hadinger/berry_member_indirect
Berry support for indirect members
2021-08-27 09:24:07 +02:00
Stephan Hadinger df8fb263e0 Berry support for indirect members 2021-08-27 09:10:29 +02:00
s-hadinger 3e6768c2e1
Merge pull request #12990 from s-hadinger/berry_fix_deinit
Berry fix deinit
2021-08-26 23:49:47 +02:00
Stephan Hadinger 5588324274 Berry fix deinit 2021-08-26 21:51:19 +02:00
s-hadinger 1d7cf977b5
Merge pull request #12987 from s-hadinger/berry_bytes_gc
Berry take into account `bytes()` in gc size
2021-08-26 20:15:25 +02:00
Stephan Hadinger 4541438e70 Berry take into account `bytes()` in gc size 2021-08-26 19:57:03 +02:00
s-hadinger 16fdb064c4
Merge pull request #12986 from s-hadinger/berry_super2
Berry improved `super()` for inheritance
2021-08-26 19:51:14 +02:00
Stephan Hadinger 5387345794 Berry improved `super()` for inheritance 2021-08-26 19:30:57 +02:00
s-hadinger 36c89dc6f8
Merge pull request #12984 from s-hadinger/berry_fix_cond
Berry fix bug in conditional
2021-08-26 19:06:15 +02:00
Stephan Hadinger 9be8f4fc7a Berry fix bug in conditional 2021-08-26 18:52:08 +02:00
Theo Arends e2e90cc18a Add commands ``SwitchMode 17`` and ``SwitchMode 18``
Add commands ``SwitchMode 17`` PushHoldMultiDelay and ``SwitchMode 18`` PushHoldMultiDelayInverted adding delayed single press event (#12973)
2021-08-26 16:36:04 +02:00
Jason2866 d52fdd5dd2
Merge pull request #12980 from Jason2866/PSRAM_switch
enable PSRAM if found
2021-08-26 14:51:49 +02:00
Jason2866 6836f232a3 enable PSRAM if found 2021-08-26 13:50:05 +02:00
Theo Arends c17b5a6178 Add PMS5003 delayed discovery 2021-08-26 11:50:15 +02:00
Theo Arends 454d4601b4 Add support for IKEA VINDRIKTNING
Add support for IKEA VINDRIKTNING particle concentration sensor (#12976)
2021-08-26 11:16:28 +02:00