Commit Graph

13849 Commits

Author SHA1 Message Date
Barbudor e36b375fcb
Fix tcp bridge serial config (#13649)
* proper convert serial config

* fix arduino prototype parsing
2021-11-12 09:07:06 +01:00
Theo Arends 0ef9e0f29c
Merge pull request #13641 from s-hadinger/serial_lowbitrate
Make serial more responsive at low bitrate
2021-11-11 20:15:39 +01:00
Charles d98235def3 added cycle time and Pi auto tuning on WEBUI 2021-11-11 19:54:00 +01:00
Stephan Hadinger a36331fe47 Improved for zigbee 2021-11-11 19:22:15 +01:00
Stephan Hadinger 75b749c67e Merge branch 'development' of https://github.com/arendst/Tasmota into serial_lowbitrate 2021-11-11 18:56:31 +01:00
Jason2866 156c41c0a7
Merge pull request #13646 from arendst/silenc_compiler
Next try to silence compiler
2021-11-11 18:19:50 +01:00
Jason2866 a08ec24392 Next try to silence compiler 2021-11-11 17:18:02 +00:00
Jason2866 be86d270c0
Silence compiler warnings, try 2 2021-11-11 17:55:22 +01:00
Charles 967d231f38 Display Current Temperature instead of Sensor Temperature 2021-11-11 17:34:51 +01:00
Charles d352277c8e Fixe compilation error with no DEBUG_THERMOSTAT 2021-11-11 17:12:58 +01:00
Charles be6fbefb46 Merge branch 'development' into thermostat_webui 2021-11-11 16:54:09 +01:00
Stephan Hadinger 9084e36978 Make serial more responsive at low bitrate 2021-11-11 14:44:54 +01:00
Theo Arends ae275d984f Add support for HDC2010 temperature/humidity sensor
Add support for HDC2010 temperature/humidity sensor by Luc Boudreau (#13633)
2021-11-11 11:33:08 +01:00
Theo Arends 0035493a69
Merge pull request #13633 from lucboudreau/hdc2010
Add driver for Texas Instruments HDC2010
2021-11-11 11:26:09 +01:00
Theo Arends 568726be6f Add TSettings assert 2021-11-11 11:20:56 +01:00
s-hadinger e69522f70b
Berry `tasmota.arch()` (#13635)
* Berry `tasmota.arch()`

* Fix typo
2021-11-10 20:58:06 +01:00
Luc Boudreau b373342a2a Add driver for Texas Instruments HDC2010 2021-11-10 14:02:02 -05:00
s-hadinger 1f229e7534
Support for ZIP fs and download (#13632)
* Support for ZIP fs and download

* Fix
2021-11-10 19:31:22 +01:00
s-hadinger b749e5e792
Merge pull request #13631 from s-hadinger/tls_alpn
TLS make ALPN configurable
2021-11-10 19:09:49 +01:00
Stephan Hadinger 23e562a058 TLS make ALPN configurable 2021-11-10 18:45:50 +01:00
Jason2866 3b8820a0bd
Remove Compiler Debug flag for C3 2021-11-10 15:35:22 +01:00
Theo Arends 41db88c19a Bump version to 10.0.0.2
ESP32 core library from v1.0.7.5 to v2.0.1
2021-11-10 15:00:44 +01:00
Theo Arends 3d62d97acf
Merge pull request #13626 from arendst/Core201
Core 2.0.1 for all Tasmota32 env
2021-11-10 13:39:56 +01:00
Jason2866 066737dc8f
PR Template ESP32 V.2.0.1 2021-11-10 12:42:49 +01:00
Jason2866 54279fa21e
fix env:tasmota32s2 2021-11-10 12:41:44 +01:00
Jason2866 9afa2903b5 Core 2.0.1 for all Tasmota32 env 2021-11-10 12:24:39 +01:00
Theo Arends 172fa0f2c2
Merge pull request #13624 from barbudor/fix_sgp30_ahum-not-available
SGP30 fix garbage on web gui when abs_num not available
2021-11-10 08:57:37 +01:00
s-hadinger f2a2a16161
Merge pull request #13625 from s-hadinger/berry_gpio_optiona
Berry module gpio for OptionA
2021-11-10 08:41:10 +01:00
Stephan Hadinger 507a409254 Berry module gpio for OptionA 2021-11-09 23:11:44 +01:00
Barbudor 5185085ca4 fix garbage on web gui when abs_num not available 2021-11-09 21:07:43 +01:00
Jason2866 6a67bd7827
HomeKit now supported for C3 2021-11-09 11:46:09 +01:00
Theo Arends 8a8aa8e5e0
Merge pull request #13617 from pcdiem/pwmdimmer1
Add SO73 support to PWM Dimmer
2021-11-09 09:29:56 +01:00
Theo Arends 9a7928c81a
Merge pull request #13614 from Staars/patch-2
port ESP32-HomeKit to ESP32-C3
2021-11-09 09:29:29 +01:00
Theo Arends f67689db17
Merge pull request #13598 from stefanbode/New-Venetian-Blind
New venetian blind functionality added for shutters
2021-11-09 09:28:54 +01:00
stefanbode b6d3c449ea
Merge branch 'arendst:development' into New-Venetian-Blind 2021-11-09 08:43:36 +01:00
Paul C Diem 925321c4f7 Add SO73 support to PWM Dimmer 2021-11-08 19:51:41 -06:00
Christian Baars 54acd8fad7
Delete bignum.c
forgot to delete this...
2021-11-08 18:22:55 +01:00
Christian Baars 7b687fc658
Port to ESP32-C3 2021-11-08 17:33:51 +01:00
Christian Baars 566f619235
Update esp_mfi_debug.h
Reduce logging for release builds
2021-11-08 17:31:25 +01:00
Jason2866 116f670631
Merge pull request #13611 from arendst/xdrv39
Fix compile error in xdrv39 with Arduino core 2.0.1
2021-11-08 14:50:22 +01:00
Jason2866 4414ae7210
Fix compile error with Arduino core 2.0.1 2021-11-08 14:43:30 +01:00
Jason2866 ca757d7ee1
Merge pull request #13606 from Jason2866/tasmota32c3
add tasmota32idf4-solo1
2021-11-08 12:49:16 +01:00
Jason2866 c02dacb347 add tasmota32idf4-solo1 2021-11-08 12:41:51 +01:00
Jason2866 602bc4841c
Merge pull request #13604 from Jason2866/tasmota32c3
Tasmota Arduino ESP32 2.0.1rc2
2021-11-08 11:18:25 +01:00
Jason2866 79c7874dbf
Merge branch 'arendst:development' into tasmota32c3 2021-11-08 11:16:13 +01:00
Jason2866 338f5c04f7 Tasmota Arduino ESP32 2.0.1rc2 2021-11-08 11:15:41 +01:00
Jason2866 530a098ead
Merge pull request #13603 from arendst/core2_fix
fix compile with core 2.0.x
2021-11-08 11:12:20 +01:00
Jason2866 fb1249ea2b
fix compile with core 2.0.x 2021-11-08 09:35:55 +01:00
s-hadinger 37e47fa60a
Merge pull request #13599 from s-hadinger/berry_fix_stackresize_class
Berry fix problem when stack resize
2021-11-07 21:34:57 +01:00
Stephan Hadinger b9b6531c7d Berry fix problem when stack resize 2021-11-07 20:02:56 +01:00