Commit Graph

10748 Commits

Author SHA1 Message Date
Ajith Vasudevan 9bcb8ccb36 Merged changes 2021-02-14 17:26:20 +05:30
Ajith Vasudevan 25759879ed Moved lib from lib_div to lib_display 2021-02-14 16:54:54 +05:30
Ajith Vasudevan aa55a0f730 Merge branch 'pr2_tm1637' of github.com:ajithvasudevan/Tasmota into pr2_tm1637 2021-02-14 16:52:46 +05:30
Ajith Vasudevan bc57e68b7e Merged latest changes to TM1637 code 2021-02-14 16:52:08 +05:30
Ajith Vasudevan bf76f6e552 Merged from dev 2021-02-14 16:47:16 +05:30
Ajith Vasudevan ab904dcb4d Initial changes 2021-02-14 16:42:32 +05:30
Theo Arends 7cb17713d7 Refactor DHT negative temps 2021-02-14 12:03:49 +01:00
Theo Arends 5f334dba53
Merge pull request #10943 from gemu2015/ili9341
Ili9341 update
2021-02-14 10:05:55 +01:00
gemu2015 1f9645fc77 fix ili9341 m5stack 2021-02-14 09:42:43 +01:00
Theo Arends 638492db92
Update xdsp_04_ili9341.ino
Fix display modes
2021-02-13 18:35:29 +01:00
Theo Arends 8d4fc1ec05
Update ILI9341_2.cpp
Fix invert display
2021-02-13 18:34:02 +01:00
gemu2015 5fabf3c138 fix scripter bug 2021-02-13 18:14:27 +01:00
Theo Arends d3d4a49e7f
Merge pull request #10946 from Jason2866/patch-1
monitor speed is 115200 for ESP32
2021-02-13 17:07:00 +01:00
Jason2866 98544a81f5
monitor speed is 115200 for ESP32 2021-02-13 16:50:28 +01:00
Theo Arends df18218660
Merge pull request #10945 from s-hadinger/ir_2715
IRremoteESP8266 library from v2.7.14 to v2.7.15
2021-02-13 16:49:04 +01:00
Stephan Hadinger 9e0df6ce75 IRremoteESP8266 library from v2.7.14 to v2.7.15 2021-02-13 14:51:52 +01:00
s-hadinger 25e5e7c713
Merge pull request #10944 from s-hadinger/berry_phase2
Berry language improved Tasmota integration
2021-02-13 12:15:38 +01:00
Stephan Hadinger 2220b2d3e3 Berry language improved Tasmota integration 2021-02-13 12:01:45 +01:00
gemu2015 c5df7ed1ae Update support_tasmota.ino 2021-02-13 07:52:21 +01:00
gemu2015 74912e7cc2 update ili9341 2021-02-13 07:48:20 +01:00
gemu2015 3f4fda44a4 ili9341 update 2021-02-13 07:43:59 +01:00
Theo Arends 42c5af1b70 Remove ESP32 minimal support 2021-02-12 16:26:51 +01:00
Theo Arends d4537ea208 Update MODULES.md 2021-02-12 15:18:29 +01:00
Theo Arends 85272b7dc7 Update workflows 2021-02-12 15:14:56 +01:00
Theo Arends 99b832cb7b Update release notes 2021-02-12 15:02:55 +01:00
Theo Arends 4fd4d73602 Add ESP8266 OTA upload fallback to .gz 2021-02-12 13:19:50 +01:00
Theo Arends 38ca370956
Merge pull request #10931 from bovirus/patch-2
Update Italian language
2021-02-12 13:17:30 +01:00
bovirus fcc5e7df57
Update Italian language 2021-02-12 12:25:42 +01:00
Theo Arends b4d6a8a834
Merge pull request #10930 from Jason2866/LDF_optimize
add missing lib info files (for Platformio)
2021-02-12 12:24:54 +01:00
Theo Arends 03a23110e3
Merge pull request #10922 from jaymemaurice/tuyamcu-tempres
TuyaMCU Precise Temperature
2021-02-12 10:24:49 +01:00
Theo Arends 9c206d5f67
Merge pull request #10921 from Jason2866/patch-1
Put bluetooth firmware in repo
2021-02-12 10:22:44 +01:00
Theo Arends bbcfe13590
Merge pull request #10923 from wipcentre/feature/ezosensor
Fix EZO sensors on ESP32
2021-02-12 10:22:24 +01:00
Jason2866 ce064906fd add lib info files 2021-02-12 09:43:23 +01:00
jaymemaurice e6757fed3d
Update xdrv_16_tuyamcu.ino
Change type uint8_t to uint16_t on TuyaAdjustedTemperature to support temperatures over 25.5 or 255 degrees.
2021-02-11 16:49:59 -05:00
jaymemaurice acb2f6e1d9
Fix loss of precision
Fix loss of precision regression
2021-02-11 16:20:26 -05:00
jaymemaurice 5af6c1baec
Fix missing divisor
Fix missing divisior
2021-02-11 14:55:33 -05:00
jaymemaurice 5e9fe677f3
Precise temperature without pow
Implement TuyaAdjustedTemperature which takes precision to offset the integer value. 
Using TempRes parameter as these should align
2021-02-11 14:48:55 -05:00
André Araújo 2578bc55fd Merge branch 'feature/ezosensor' of https://github.com/wipcentre/Tasmota into feature/ezosensor 2021-02-11 19:07:39 +00:00
André Araújo 5e1c7815fb Fix EZO sensors on esp32 2021-02-11 19:06:37 +00:00
André Araújo df1653ac99 Fix EZO sensors on esp32 2021-02-11 18:46:06 +00:00
jaymemaurice caecc5cb33
TuyaMCU Precise Temperature
Sensor packetValue now interpreted as float based on configuration of  TempRes command.
Beware TempRes default may be 1 thus a TuyaMCU device may need TempRes set to 0 after this change if it's currently working.
See https://github.com/arendst/Tasmota/issues/10917
2021-02-11 12:57:57 -05:00
jaymemaurice 3ad9a2f7bd
TuyaMCU precise temperature
Sensor packetValue now interpreted as float based on configuration of  TempRes command.
Beware TempRes default may be 1 thus a TuyaMCU device may need TempRes set to 0 after this change if it's currently working.
See https://github.com/arendst/Tasmota/issues/10917
2021-02-11 12:56:18 -05:00
Jason2866 9487ff605d
bluettoth in branch release-firmware 2021-02-11 18:52:48 +01:00
Jason2866 5da636a870
bluetooth in repo firmware 2021-02-11 18:51:29 +01:00
Theo Arends 11d51f922d
Merge pull request #10920 from Jason2866/patch-5
Tasmota32 bluetooth variant
2021-02-11 17:15:46 +01:00
Theo Arends 3f00a6df00 Update tasmota_template.h 2021-02-11 17:13:17 +01:00
Theo Arends 2a9a42a753
Update tasmota_configurations_ESP32.h 2021-02-11 17:06:47 +01:00
Jason2866 9b026fb96c
Update tasmota_template.h 2021-02-11 16:53:37 +01:00
Jason2866 1634754cc0
Delete tasmota_template.h 2021-02-11 16:49:00 +01:00
Jason2866 49c6f1ee07
correct order 2021-02-11 16:37:48 +01:00