Theo Arends
|
15b41881d8
|
Changed PubSubClient MQTT_SOCKET_TIMEOUT
Changed PubSubClient MQTT_SOCKET_TIMEOUT from 15 to 4 seconds
|
2021-01-20 17:34:47 +01:00 |
Norbert Richter
|
204d738053
|
Fix Modbus timeouts reading reg blocks
|
2021-01-20 14:02:53 +01:00 |
Norbert Richter
|
d4c2282170
|
Add Sugar Valley NeoPool Controller
|
2021-01-20 13:56:57 +01:00 |
gemu2015
|
a13c85c45e
|
refactor rtsp and webcam
|
2021-01-20 08:42:44 +01:00 |
Stephan Hadinger
|
2f139d0e47
|
More PROGMEM
|
2021-01-18 21:48:04 +01:00 |
Simon Hailes
|
e089fae11a
|
update NimBLE to 5dc72ab10d9f928442a25ef3bdcf8a31a7e16301
|
2021-01-17 17:05:10 +00:00 |
Theo Arends
|
e891c4e490
|
Update setSleepMode
|
2021-01-14 17:04:54 +01:00 |
Theo Arends
|
85b2d62225
|
ESP8266 Support for 2MB and up linker files with 1MB and up LittleFS
Breaking Change: ESP8266 until now NOT SUPPORTED linker files 2MB and up. Current settings will be overwritten once LittleFS is enabled
|
2021-01-11 17:56:18 +01:00 |
Theo Arends
|
7102189572
|
Merge pull request #10487 from BBBits/development
mDNS Performance Fix & mDNS ESP32 Support
|
2021-01-10 12:21:58 +01:00 |
BBBits
|
f99f413065
|
mDNS Performance Fix & mDNS ESP32 Support
|
2021-01-10 22:04:16 +13:00 |
Vic
|
8e54a5f955
|
New Feature: Adafruit STEMMA soil sensor I2C
|
2021-01-09 23:09:14 +01:00 |
gemu2015
|
0b12c6a514
|
display support for larger pictures
|
2021-01-08 11:49:07 +01:00 |
Theo Arends
|
a814ec52a9
|
Merge pull request #10412 from marcvs/pid-branch-revived
Pid branch revived
|
2021-01-07 13:51:40 +01:00 |
Marcus
|
89c3c44754
|
add get functions
|
2021-01-06 21:19:39 +01:00 |
gemu2015
|
0414ab1bf2
|
ufs update
|
2021-01-05 16:41:41 +01:00 |
Marcus
|
69c41d9c3d
|
Moved from lib/default/ to lib/lib_div/
|
2021-01-05 14:15:14 +01:00 |
Theo Arends
|
c2cc343e38
|
Merge pull request #10401 from gemu2015/picture_buttons
Picture buttons
|
2021-01-05 10:46:52 +01:00 |
Stephan Hadinger
|
8acb06515c
|
IRremoteESP8266 library from v2.7.13 to v2.7.14
|
2021-01-04 18:43:58 +01:00 |
gemu2015
|
448daed0d1
|
picture buttons part 1
|
2021-01-04 16:29:34 +01:00 |
Theo Arends
|
2dd3065aff
|
Merge pull request #10334 from gemu2015/ufilesystem
universal file system
|
2021-01-04 15:14:44 +01:00 |
Theo Arends
|
bc57814b56
|
Merge pull request #10376 from jeroenvermeulen/fix_ssd1331_with_tasmota-display
fixes compile error of SSD1331 with tasmota-display
|
2021-01-04 14:19:24 +01:00 |
Theo Arends
|
e551e6c054
|
Prep SSD1331 fix
|
2021-01-04 14:18:47 +01:00 |
Marcus
|
8eafc7d474
|
as taken from https://github.com/colinl/Sonoff-Tasmota/tree/pid_branch
|
2021-01-04 10:29:12 +01:00 |
gemu2015
|
7014e64fed
|
st7789 support for LANBON_L8
|
2021-01-03 08:08:03 +01:00 |
Theo Arends
|
76ff052ec6
|
Quick Fix Display watchdogs
|
2021-01-02 23:11:09 +01:00 |
Jeroen Vermeulen - MageHost
|
3d1db430bb
|
fixes compile error of SSD1331 with tasmota-display
+ improves layout of DisplayMode 1.
|
2021-01-02 20:30:00 +01:00 |
gemu2015
|
e1e413490e
|
move ft5206 lib
|
2021-01-02 11:07:50 +01:00 |
Theo Arends
|
85dea8bbcc
|
Move FT5206 lib from I2c to Display
|
2021-01-01 17:32:21 +01:00 |
Theo Arends
|
ad82ba78c4
|
Merge pull request #10328 from jeroenvermeulen/feature_adafruit_ssd1331
Feature: Adafruit SSD1331 Display support
|
2021-01-01 15:10:05 +01:00 |
Theo Arends
|
fc93b05476
|
Happy New Year
|
2021-01-01 13:57:04 +01:00 |
gemu2015
|
0de64f3376
|
esp32 littlefs
|
2020-12-31 18:05:42 +01:00 |
Jeroen Vermeulen - MageHost
|
49e8612a14
|
Merge remote-tracking branch 'origin/development' into feature_adafruit_ssd1331
|
2020-12-31 00:16:28 +01:00 |
Jeroen Vermeulen - MageHost
|
e866db7364
|
feature: SSD1331 SPI display driver
Based on release 1.2.0: https://github.com/adafruit/Adafruit-SSD1331-OLED-Driver-Library-for-Arduino/releases/tag/1.2.0
Inspired by the xdsp_09_SSD1351 driver.
|
2020-12-29 22:39:06 +01:00 |
Jeroen Vermeulen - MageHost
|
8fb6ba2bf7
|
fix: ST7789 display driver for 135*240px
Improved the driver to support both 135*240 and 240*240 formats. These are the most common for the ST7789 display.
Fixes #10282
|
2020-12-29 17:42:36 +01:00 |
gemu2015
|
8b5adb3095
|
fix rtc wakeup HH:MM
|
2020-12-26 09:44:01 +01:00 |
Stephan Hadinger
|
67b3b906aa
|
Fix bearssl compilation for arduino stage
|
2020-12-25 23:26:55 +01:00 |
Stephan Hadinger
|
f94b75d150
|
Zigbee add unishox strings
|
2020-12-21 09:56:04 +01:00 |
gemu2015
|
c93e810fee
|
m5stack core2 support
|
2020-12-18 10:35:14 +01:00 |
Theo Arends
|
9c5162672b
|
Fix JSMN unescape function
Fix JSMN unescape function (#10107)
|
2020-12-13 17:31:46 +01:00 |
Theo Arends
|
43171d12a7
|
Fix ESP32 phy mode detection
|
2020-12-07 18:16:28 +01:00 |
Theo Arends
|
80ab642076
|
Add command ``RfProtocol`` to control RcSwitch
Add command ``RfProtocol`` to control RcSwitch receive protocols by BBBits (#10063)
|
2020-12-06 14:58:00 +01:00 |
BBBits
|
c62c6a821a
|
Remove BAZMOD tags
|
2020-12-06 00:13:24 +13:00 |
BBBits
|
7d19e9b0e2
|
RC-Switch Protocol Disable via Console
|
2020-12-05 23:51:57 +13:00 |
gemu2015
|
ec181d37c3
|
fix st7789 esp8266
|
2020-12-04 08:55:43 +01:00 |
Theo Arends
|
519a028477
|
Prep RC522 rfid reader pt3
|
2020-12-01 14:37:05 +01:00 |
Josef Reisinger
|
386303dbe7
|
Added protocoll for Dooya 1603 5 channel remote
|
2020-11-29 15:29:13 +01:00 |
Theo Arends
|
f8f136fcd5
|
Prep for ESP32-C3 ph4
|
2020-11-28 17:08:45 +01:00 |
Stephan Hadinger
|
9641f8e536
|
IRremoteESP8266 library from v2.7.12 to v2.7.13
|
2020-11-25 19:41:51 +01:00 |
Stephan Hadinger
|
00d7cd1a03
|
IR fix SAMSUNG_AC
|
2020-11-24 19:40:03 +01:00 |
Staars
|
b11f1b5483
|
support single core ESP32 variants
|
2020-11-22 09:35:09 +01:00 |
Theo Arends
|
3d44203cb5
|
Fix ESP32 KNX UDP multicastpackage
Fix ESP32 KNX UDP multicastpackage (#9811)
|
2020-11-17 13:53:49 +01:00 |
Theo Arends
|
92f067af59
|
Change Shelly Dimmer fw upgrade
Change Shelly Dimmer fw upgrade using WebGUI Firmware Upgrade and file from folder `tools/fw_shd_stm32/`
|
2020-11-17 12:25:48 +01:00 |
Adrian Scillato
|
2afba01557
|
KNX Lib: Fix 32bits encode
|
2020-11-16 15:26:32 -03:00 |
Adrian Scillato
|
0648881cae
|
KNX Lib: Fix 32bits decode
|
2020-11-16 15:25:54 -03:00 |
gemu2015
|
a8bc50e96b
|
add ili9341-2
|
2020-11-16 06:35:43 +01:00 |
Staars
|
6fc55c985c
|
silence the last remaining compiler warning
|
2020-11-15 09:57:23 +01:00 |
Stephan Hadinger
|
8634a7a387
|
IRremoteESP8266 library from v2.7.11 to v2.7.12
|
2020-11-14 19:31:50 +01:00 |
Theo Arends
|
5e044dbcc6
|
Move lib to div
|
2020-11-14 17:20:09 +01:00 |
Theo Arends
|
f2cad40097
|
Merge pull request #9855 from Jason2866/patch-1
move c2 programmer to lib_div
|
2020-11-14 17:17:32 +01:00 |
Theo Arends
|
c02770ce96
|
Add support for Shelly Dimmer 1 and 2
Add support for Shelly Dimmer 1 and 2 by James Turton (#9854)
|
2020-11-14 16:43:32 +01:00 |
Jason2866
|
ab4b8cacfd
|
move c2 programmer to lib_div
|
2020-11-14 16:39:27 +01:00 |
gemu2015
|
d092879f71
|
rtsplib added
|
2020-11-13 10:42:04 +01:00 |
Staars
|
3bd192d5f8
|
add missing casts to silence compiler warnings
|
2020-11-12 20:26:06 +01:00 |
Staars
|
c5d8936321
|
silence compiler warning, do not redefine global function
|
2020-11-12 18:52:22 +01:00 |
Theo Arends
|
08f6b09414
|
Add ESP32 fingerprint support
|
2020-11-12 13:47:50 +01:00 |
Theo Arends
|
daec8b9eb5
|
Update fingerprint library to v2.0.4
|
2020-11-11 12:35:41 +01:00 |
Stephan Hadinger
|
39b0cf4c56
|
Zigbee command ``ZbInfo`` and prepare support for EEPROM
|
2020-11-11 12:09:18 +01:00 |
Theo Arends
|
3334fe58ed
|
Prep AS608/R503 FIngerprint sensor support
|
2020-11-10 15:04:45 +01:00 |
Theo Arends
|
18a6b8a34d
|
Merge pull request #9767 from Staars/MI32
prepare changes for ESP-idf > 4.0
|
2020-11-08 11:57:57 +01:00 |
Staars
|
9efa27cbce
|
prevent compile error with ESP-idf>4
|
2020-11-07 18:55:05 +01:00 |
Staars
|
255a489127
|
prepare API-changes with ESP-idf>4
|
2020-11-07 18:54:04 +01:00 |
Stephan Hadinger
|
a2b11520fe
|
Fix tls time with new NTP client
|
2020-11-06 18:27:43 +01:00 |
Theo Arends
|
b869abb0b6
|
Fix rule handling of JSON ``null``
Fix rule handling of JSON ``null`` regression from v8.5.0.1 (#9685)
|
2020-11-02 14:35:19 +01:00 |
Jason2866
|
e454c54e6d
|
move libs in folder lib
|
2020-10-26 12:51:06 +00:00 |
Jason2866
|
3d48f1374a
|
del KNX from lib
|
2020-10-26 10:47:58 +00:00 |
Jason2866
|
7f95a51f0a
|
Add files via upload
|
2020-10-26 11:32:31 +01:00 |
Jason2866
|
c860e0068b
|
Create readme.txt
|
2020-10-26 11:29:12 +01:00 |
Stephan Hadinger
|
7fc02d5ded
|
Optimize compile time for zbbridge
|
2020-10-25 22:41:29 +01:00 |
Jason2866
|
a82ccdc2cd
|
merge conflicts...
|
2020-10-25 15:19:38 +01:00 |
Jason2866
|
8033920f45
|
solve merge conflict
|
2020-10-25 15:12:04 +01:00 |
Jason2866
|
0c93bdb5e8
|
UDP listener to lib
|
2020-10-25 14:47:32 +01:00 |
Jason2866
|
fdbac5e588
|
Unishox move to lib
|
2020-10-25 14:11:28 +01:00 |
Jason2866
|
0ae067444a
|
split lib
|
2020-10-25 13:59:04 +01:00 |
Stephan Hadinger
|
31909e1879
|
Adding driver for 24C512
This chip is present on the ZBBrige.
|
2020-10-24 18:27:54 +02:00 |
Jason2866
|
9f82bea79a
|
lib.prop
|
2020-10-22 18:17:59 +02:00 |
Jason2866
|
d3f88a161a
|
lib_ignore
|
2020-10-22 17:54:01 +02:00 |
Theo Arends
|
f2d1785701
|
Fix GCC 10.1 compile errors
|
2020-10-22 15:23:22 +02:00 |
Theo Arends
|
9a21dc864f
|
Merge pull request #9588 from Staars/MI32
MI_ESP32: use BEARSSL for decryption, revert to old TELEPERIOD style as default
|
2020-10-20 15:53:38 +02:00 |
Staars
|
414e5f382c
|
more adaptions for ESP32-compatibility of BearSSL
|
2020-10-20 14:50:13 +02:00 |
Staars
|
968fda65ca
|
adapt bearsll-esp8266 to ESP32
|
2020-10-19 19:07:22 +02:00 |
Stephan Hadinger
|
870b560ca8
|
Add Zigbee ``ZbData`` command for better support of device specific data
|
2020-10-07 20:04:33 +02:00 |
Theo Arends
|
f0ab0d274d
|
Change NeoPixelBus library from v2.5.0.09 to v2.6.0
|
2020-10-05 17:32:30 +02:00 |
Jason2866
|
782539ef10
|
IRremoteESP8266-2.7.11 Part2
|
2020-10-04 11:12:27 +02:00 |
Jason2866
|
1d7fe0063a
|
IRremoteESP8266-2.7.11
|
2020-10-04 11:04:34 +02:00 |
gemu2015
|
51bf7bcd7d
|
ili9488 esp32 dimmer
|
2020-10-03 18:31:40 +02:00 |
Jason2866
|
599a0f8294
|
warning off
|
2020-10-01 20:54:30 +02:00 |
Theo Arends
|
54912b2548
|
Merge branch 'development' into patch-1
|
2020-09-29 11:06:43 +02:00 |
Theo Arends
|
cbc073c78e
|
Fix JSMN boolean parsing
|
2020-09-28 14:46:59 +02:00 |
Theo Arends
|
dc3d84b266
|
Fix ESP32 OneWire driver
Fix ESP32 OneWire driver (#9302)
|
2020-09-27 18:26:30 +02:00 |
Theo Arends
|
27caccf7a0
|
Remove ArduinoJson in favour of JSMN
Remove ArduinoJson library in favour of JSMN library
|
2020-09-25 11:33:12 +02:00 |