Commit Graph

7817 Commits

Author SHA1 Message Date
Theo Arends 7d0d9b7782 Remove Arduino ESP8266 Core support before 2.7.1 2020-07-17 18:00:17 +02:00
Theo Arends 8dbe3c90da Second try to fix counter interrupt storm
Second try to fix counter interrupt storm during OTA (#8928)
2020-07-17 16:18:07 +02:00
Theo Arends 25dcf447f3 First try to fix counter interrupt storm
First try to fix counter interrupt storm during OTA (#8928)
2020-07-17 12:49:42 +02:00
Theo Arends a9b05b0884 Change to attachInterruptArg()
Change to attachInterruptArg() saving 76 bytes
2020-07-17 12:37:21 +02:00
Theo Arends 934ca43463 Remove Arduino ESP8266 Core support before 2.7.1
Remove Arduino ESP8266 Core support for versions before 2.7.1
2020-07-17 11:49:56 +02:00
Theo Arends 6b0870343b Change to limited support of Arduino IDE
Change to limited support of Arduino IDE as an increasing amount of features cannot be compiled with Arduino IDE
2020-07-16 18:21:19 +02:00
Theo Arends 2705c8eb8b Fix GCC 10.1 warnings 2020-07-16 18:02:39 +02:00
Theo Arends 29e73b4291 Fix GCC 10.1 warning 2020-07-16 17:50:26 +02:00
Theo Arends 031b04fb53 Add check for valid time 2020-07-16 17:28:47 +02:00
Theo Arends 344c091f83
Merge pull request #8927 from gemu2015/scripter-fix
scripter add event result
2020-07-16 17:24:47 +02:00
Theo Arends 15a1c881ad
Merge pull request #8926 from Bettman66/development
issues #8866
2020-07-16 17:16:02 +02:00
gemu2015 2ad758117d scripter add event result 2020-07-16 17:15:12 +02:00
Walter Zengel 8813827376
issues #8866 2020-07-16 17:13:19 +02:00
Theo Arends 66b3dc1cf2 Increase TLS fingerprint security 2020-07-16 16:46:30 +02:00
Walter Zengel 858d150398
issues #8866
update tuyatime every 60sec
2020-07-16 16:42:06 +02:00
Theo Arends be7aa3adf4
Merge pull request #8924 from bovirus/patch-4
Update Italian language
2020-07-16 15:04:41 +02:00
bovirus 9d69c36355
Update Italian language 2020-07-16 14:24:41 +02:00
Theo Arends ffda0cc7ef
Merge pull request #8923 from Jason2866/patch-4
sync platformio_override.ini with platformio.ini
2020-07-16 13:27:14 +02:00
Jason2866 f65e4a381f
Update PULL_REQUEST_TEMPLATE.md 2020-07-16 12:09:22 +02:00
Jason2866 19c1bf2d7f
Update platformio_override_sample.ini 2020-07-16 12:08:51 +02:00
Jason2866 02a30ae12b
Update platformio.ini 2020-07-16 12:08:06 +02:00
Jason2866 fe99143f1c
Tasmota Core 2.8.0 2020-07-16 09:06:14 +02:00
Jason2866 125c6a4402
sync platformio_override.ini with platformio.ini
Platform is `platform  = espressif8266@2.5.1` no need to install `platform  = espressif8266@2.6.0` too. It is overwritten anyway with Tasmota core
`platform_packages         = framework-arduinoespressif8266 @ https://github.com/tasmota/Arduino/releases/download/2.8.0-tasmota/esp8266-2.8.0.zip`

Delete lwIP 1.4 from core_stage because it is not anymore in core > 2.7.2
2020-07-16 09:03:04 +02:00
Theo Arends 30ad8cafa6
Merge pull request #8917 from Jason2866/patch-3
use modified Core 2.7.2...
2020-07-15 18:28:00 +02:00
Theo Arends e6a3b675e3
Merge pull request #8916 from Staars/mi32
MI-ESP32: add MHO-C401
2020-07-15 18:20:52 +02:00
Jason2866 a0d731358f
use modified Core 2.7.2...
for Tasmota.
Reverts faulty Arduino commit 51daecc236 and adds PR https://github.com/esp8266/Arduino/pull/7022
2020-07-15 18:11:21 +02:00
Staars f6f208e65c add MHO-C401 2020-07-15 17:41:12 +02:00
Theo Arends d1078c5ce0 Workaround device hangs
Workaround device hangs by using core 2.7.1 (#8913)
2020-07-15 17:30:42 +02:00
Theo Arends 1d4c1cb2b6
Merge pull request #8915 from Jason2866/patch-2
Use latest RCSwitch.cpp
2020-07-15 16:21:03 +02:00
Theo Arends 06c06705dd Fix minimal binary fast reboot issue 2020-07-15 16:09:32 +02:00
Jason2866 60fc491b4d
Update RCSwitch.cpp
Use DRAM for ESP32 protocol list and replace ICACHE_RAM_ATTR by IRAM_ATTR for ESP32, so as to avoid core dump when using in conjunction with Wifi
Added support for Holtek's HT12E encoder/decoders
Added 1ByOne Doorbell protocol
2020-07-15 15:41:11 +02:00
Theo Arends 6f52b0f7cc Reset version 2020-07-15 14:35:30 +02:00
Theo Arends c66e5a4381 Fix GCC 10.1 warnings 2020-07-15 14:11:41 +02:00
Theo Arends 23057c94ac Update TEMPLATES.md 2020-07-15 12:26:58 +02:00
Theo Arends fec0fa47ca Update RELEASENOTES.md 2020-07-15 12:07:19 +02:00
Theo Arends 5601578d81
Merge pull request #8911 from Jason2866/patch-4
suppress Gcc10.1 warning...
2020-07-15 11:40:30 +02:00
Jason2866 b68260a164
missing "-Wno-switch-unreachable" 2020-07-15 11:10:10 +02:00
Theo Arends 608d05f0bb Fix GCC 10.1 warnings 2020-07-15 11:04:29 +02:00
Jason2866 8c58d8cd3b
suppress Gcc10.1 warning...
in lib IRremoteESP8266-2.7.8
2020-07-15 11:00:02 +02:00
Theo Arends 214b227942 Better fix GCC 10.1 warnings 2020-07-15 10:50:54 +02:00
Theo Arends 07ca4dde23
Merge pull request #8910 from gemu2015/gcc-fixes
some gcc fixes, sml read
2020-07-15 09:57:48 +02:00
gemu2015 e43d1828f6 some gcc fixes, etc 2020-07-15 09:44:52 +02:00
Theo Arends 1dcf2df5ee
Merge pull request #8907 from SODAIS69/development
Added translations for zh_TW
2020-07-14 22:27:59 +02:00
Theo Arends 9255702ff8
Merge pull request #8908 from Jason2866/patch-3
Add in env. debug, stack usage >=300 bytes
2020-07-14 22:26:13 +02:00
Jason2866 f6314bcf6e
Add in env. debug stack usage >=300 bytes
maybe usefull
2020-07-14 21:45:52 +02:00
SODAIS69 837458577f Merge branch 'development' of https://github.com/SODAIS69/Tasmota into development 2020-07-15 01:06:58 +08:00
SODAIS69 7cd8696946 Remove redundant quotes that causes cl fails. 2020-07-15 01:06:45 +08:00
Theo Arends 58a4a12b22 Fix GCC 10.1 warning 2020-07-14 18:35:29 +02:00
Theo Arends 2fe5326821 Fix buffer overflow 2020-07-14 18:34:59 +02:00
Theo Arends 35e570ca97 Fix GCC 10.1 error 2020-07-14 18:30:23 +02:00