Commit Graph

7368 Commits

Author SHA1 Message Date
Jason2866 bcc9145a91
Update core_esp8266_waveform.h 2020-06-23 20:01:26 +02:00
Jason2866 ee2fea9e25
Add files via upload 2020-06-23 19:39:14 +02:00
Jason2866 029a6d165e
Add files via upload 2020-06-23 19:35:58 +02:00
Jason2866 e7c6f4645f
Use PWM files from Arduino PR 7022 2020-06-23 19:21:48 +02:00
Jason2866 a987a60c50
Delete core_esp8266_wiring_pwm.cpp 2020-06-23 19:17:50 +02:00
Jason2866 187809300b
Delete core_esp8266_wiring_digital.cpp 2020-06-23 19:17:37 +02:00
Jason2866 454e09f575
Delete core_esp8266_waveform.cpp 2020-06-23 19:16:30 +02:00
Theo Arends 1f80336ae4 Fix shutter watchdogs
Fix shutter watchdogs (#8721)
2020-06-23 17:30:06 +02:00
Theo Arends 6e8928b8a1 Fix PWM software watchdogs
Fix PWM software watchdogs by correctly initializing variables (#8721)
2020-06-23 17:28:15 +02:00
Theo Arends 7784156376 Fix TasmotaClient exception
Fix TasmotaClient exception (#8734)
2020-06-22 22:52:25 +02:00
Theo Arends 7c8b06ce16 Add compile time interlock parameters
Add compile time interlock parameters (#8759)
2020-06-22 22:36:54 +02:00
Theo Arends c8e08d7f8a Add rule busy friendly loop 2020-06-22 22:08:03 +02:00
Theo Arends 610f1cef00 Fix rules related exception or watchdog
Fix rules related exception or watchdog by adding a rules mutex solving possible rule loops as in case of Var/Mem/Add/Sub/Mult and Scale (#8757)
2020-06-22 21:47:40 +02:00
Theo Arends 46cbcdda46
Merge pull request #8760 from Jason2866/patch-1
Fix warning redefine TMSBIZ in driver xsns_52
2020-06-22 20:40:38 +02:00
Jason2866 230d88c124
Fix warning redefine in driver xsns_52 2020-06-22 20:33:53 +02:00
Theo Arends b2d2226d5d Fix compile error
Fix compile error (#8758)
2020-06-22 17:54:42 +02:00
Theo Arends 04ec0832fc Fix ILI9341 hardware scroll 2020-06-22 17:36:39 +02:00
Theo Arends 55f9b23f61
Merge pull request #8756 from stefanbode/patch-13
#8721 fix 8.3 issues. Currently only ONE Shutter with Stepper Motors
2020-06-22 13:56:44 +02:00
stefanbode fba98d9839
Update xdrv_27_shutter.ino 2020-06-22 13:24:36 +02:00
stefanbode 252100704c
8.3 fixes for Shutters (Stepper Motors) #8721
PWM control has changed in SDK. CHanged shutter functionality  takes into consideration that physically the PWM frequency is minimum 40Hz
2020-06-22 13:21:13 +02:00
Theo Arends fb39378960
Merge pull request #8754 from Staars/nrf24
NRF24: use BEARSSL for decryption, make it optional
2020-06-22 11:49:13 +02:00
Staars 7a01aee0c3 NRF: use BEARSSL for decryption, make it optional 2020-06-22 11:23:06 +02:00
Theo Arends 9d70a194d9 Change delay(2) to delayMicroseconds(2000)
Change delay(2) to delayMicroseconds(2000) and see if it helps (#7468)
2020-06-22 11:14:12 +02:00
Theo Arends 58435fb0c9 Revert "Change delay(2) to delayMicroseconds(2000)"
This reverts commit 252dddef7c.
2020-06-22 11:13:31 +02:00
Theo Arends 252dddef7c Change delay(2) to delayMicroseconds(2000)
Change delay(2) to delayMicroseconds(2000) and see if it helps (#7568)
2020-06-22 11:12:46 +02:00
Theo Arends 428b6dd4ec
Merge pull request #8749 from gemu2015/ibeacon-fix
ibeacon json path
2020-06-21 21:36:02 +02:00
Theo Arends ef230340e4
Merge pull request #8751 from halfbakery/switchdebounce_flag_fix
SwitchDebounce flags should be added to every valid imeout values
2020-06-21 21:35:28 +02:00
halfbakery 2e43715343 SwitchDebounce flags should be added to every valid imeout values 2020-06-21 20:46:37 +02:00
gemu2015 279715c85e ibeacon json path 2020-06-21 16:20:14 +02:00
Theo Arends bb30044ae6 Add more user control over ILI9341 2020-06-21 12:11:40 +02:00
Theo Arends 2924496a59
Merge pull request #8744 from gemu2015/scripter-fix
fixed global vars upd[x], use own udp instance
2020-06-21 09:23:58 +02:00
gemu2015 898646a07c fixed global vars upd[x], use own udp instance 2020-06-21 09:13:51 +02:00
Theo Arends 62b33b37f7
Merge pull request #8740 from Jason2866/patch-1
Update to ESP32 framework 1.12.4
2020-06-20 22:42:59 +02:00
Theo Arends b5f45aa295 Fix ESP32 SPI config 2020-06-20 17:58:21 +02:00
Theo Arends b6e0ac5a87
Merge pull request #8741 from effelle/development
HAss Discovery: ESP32 fix
2020-06-20 16:08:39 +02:00
Federico Leoni 0e2104c4ad
ESP32 fix 2020-06-20 10:38:17 -03:00
Jason2866 0d1dd10314
Update to ESP framework 1.12.4
and remove obsolete and redundant entry
2020-06-20 15:04:38 +02:00
Theo Arends 54e8e633e9 Fix ESP32 ILI9341 using hardware SPI 2020-06-20 13:18:33 +02:00
Theo Arends 37886f33c8 Fix ESP32 wESP32 template
Fix ESP32 wESP32 template (#8503)
2020-06-20 12:00:40 +02:00
Theo Arends 1b2cf36e82
Merge pull request #8739 from s-hadinger/zigbee_ezsp_2
Zigbee EZSP milestone 2
2020-06-20 10:16:57 +02:00
Theo Arends b44676cd70
Merge pull request #8738 from Jason2866/New_Platformio
Refactor Platformio files
2020-06-20 10:16:40 +02:00
Stephan Hadinger ca38d81b22 EZSP milestone 2 2020-06-19 20:54:37 +02:00
Jason2866 34d5e8bc50
Refactor...
and add missing entrys
2020-06-19 20:25:02 +02:00
Jason2866 3d2914bf8e
Refactor PlatformIO.ini
Deleting uneeded entrys. Moving and adding some entrys.
2020-06-19 20:14:59 +02:00
Platformio BUILD 320251f112 Merge remote-tracking branch 'Tasmota/development' 2020-06-19 16:31:47 +00:00
Theo Arends 39ee974f72 Fix ILI9341 system crash 2020-06-19 18:29:15 +02:00
Jason2866 fabb60f905
Fix missing build_flags entry...
and prepare for possible needed build_unflags
2020-06-19 18:26:41 +02:00
Jason2866 dd4642c5ba
remove redundant -DUSE_CONFIG_OVERRIDE
since use of user_config_override.h is always enabled (by default) in platformio.ini
2020-06-19 18:19:47 +02:00
Jason2866 750e28d135
Better placing for -DUSE_CONFIG_OVERRIDE...
update to espressif8266@2.5.3 (minor fixes)
2020-06-19 18:16:55 +02:00
Theo Arends 170f473665
Merge pull request #8736 from curzon01/development
Fix some json unescapes
2020-06-19 13:41:03 +02:00