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 |