Commit Graph

10720 Commits

Author SHA1 Message Date
Jason2866 79cddd3f86
Platformio esp8266 2.6.3 2021-02-05 18:03:53 +01:00
Jason2866 c6a940c9d0
Platformio esp8266 2.6.3 2021-02-05 18:00:51 +01:00
Theo Arends 222c640dc7
Merge pull request #10842 from bovirus/patch-1
Update Italian language
2021-02-05 17:43:40 +01:00
bovirus 8cdc480aa0
Update Italian language 2021-02-05 17:42:17 +01:00
Theo Arends 7159362823 Fix long SwitchText message logging 2021-02-05 17:05:13 +01:00
Theo Arends e05b77c372 Increase ESP32 SwitchText to 28 2021-02-05 16:36:25 +01:00
Theo Arends 8d13e913dd Clean settings code 2021-02-05 15:50:24 +01:00
Theo Arends 19ef735c08 ESP32 Increase number of interlock groups from 4 to 14
- Removed migration support for versions before v8.1.0 (Doris)
- ESP32 Increase number of interlock groups from 4 to 14
2021-02-05 15:21:06 +01:00
Theo Arends 5d58eb39cf Allow BLE when ethernet only connected
Allow BLE when ethernet only connected (#10753)
2021-02-05 14:09:46 +01:00
Theo Arends 6836455bbe Increase number of button GPIOs from 4 to 8 2021-02-05 12:27:59 +01:00
Theo Arends 8b0e45a58b Increase number of switch GPIOs from 8 to 28 2021-02-05 11:58:24 +01:00
Theo Arends 14a2c912ee
Merge pull request #10837 from btsimonh/BLE_ESP32iBeacon
Ble esp32 iBeacon cleanup & update
2021-02-05 09:58:56 +01:00
Simon Hailes 136ede92bd update comment 2021-02-04 23:53:15 +00:00
Simon Hailes 8be21c8316 Add additional #if for CONFIG_IDF_TARGET_ESP32 2021-02-04 23:33:02 +00:00
Simon Hailes 1f8ef8e626 Add timeout initialise 2021-02-04 23:25:12 +00:00
Simon Hailes 0f2b018ae4 BLE_ESP32 (xdrv_79): Start scan as soon as we are connected to a device - saves missing a few adverts.
iBeacon (xdrv_52): Clean up BLE_ESP32 based driver; add commands and advert timing.  Remove HM10 code - it's in the other one.....
2021-02-04 23:15:58 +00:00
Theo Arends 607654297b Add Server to HTTP header (#10831) 2021-02-04 18:06:34 +01:00
Theo Arends d5542b1a66 ESP32 increase number of relay GPIOs from 8 to 28 2021-02-04 17:06:45 +01:00
Theo Arends bfde36e954 Add fragmentation translations 2021-02-04 15:19:59 +01:00
Theo Arends 2ab705f57e Prep ESP32S2 2021-02-04 15:03:46 +01:00
Theo Arends 96c4f3de66
Merge pull request #10829 from nao-pon/patch-1
IR - Allows individual control of power and mode
2021-02-04 14:15:23 +01:00
Theo Arends 08f8adf1fa
Merge pull request #10828 from gemu2015/i2s
fix i2s audio
2021-02-04 14:14:11 +01:00
Naoki Sawada 07cc553669
Allows individual control of power and mode
Power and mode must be individually controllable. Some devices may not function properly if the mode is also turned off when the power is turned off.

see. https://github.com/crankyoldgit/IRremoteESP8266/issues/1402
2021-02-04 20:56:06 +09:00
gemu2015 a2ba525913 Update AudioOutputI2SNoDAC.cpp 2021-02-04 11:03:01 +01:00
gemu2015 12954aea68 fix i2s audio 2021-02-04 10:42:05 +01:00
Theo Arends 62c95122f2
Merge pull request #10820 from s-hadinger/freemem2
Publish more precise Free Heap metric
2021-02-04 08:55:14 +01:00
s-hadinger b0fbc3538b
Merge pull request #10819 from s-hadinger/zigbee_energy_scan
Zigbee command ``ZbScan`` to do an energy scan on each radio channel
2021-02-03 21:02:13 +01:00
Stephan Hadinger bf26ba3427 Reduce code size 2021-02-03 20:46:20 +01:00
Stephan Hadinger 9d14587e20 Zigbee command ``ZbScan`` to do an energy scan on each radio channel 2021-02-03 20:37:44 +01:00
Stephan Hadinger ca82ed07c9 Publish more precise Free Heap metric 2021-02-03 20:35:01 +01:00
Theo Arends de13b8168a
Merge pull request #10816 from barbudor/pr_littlefs_esp32
LITTLEFS.h casing for ESP32 in sendmail.ino
2021-02-03 16:37:18 +01:00
Barbudor c783756559 LITTLEFS.h casing for ESP32 2021-02-03 16:13:21 +01:00
Theo Arends e0711567a4 Prep ESP32S2 2021-02-03 15:42:47 +01:00
Theo Arends 91cec3cb46 Prep ESP32S2 2021-02-03 14:39:57 +01:00
Theo Arends 5caaf60c68 Prep ESP32S2 2021-02-03 14:12:43 +01:00
Theo Arends cd38179f7f Prep ESP32S2 2021-02-03 12:22:17 +01:00
Theo Arends 54486eac56
Merge pull request #10812 from Jason2866/patch-2
Prep ESP32S2
2021-02-03 11:12:44 +01:00
Theo Arends b6af35767e Revert ESP32S2 ethernet defines 2021-02-03 10:51:59 +01:00
Jason2866 b74fa1e07d
Update xsns_62_esp32_mi.ino 2021-02-03 10:51:25 +01:00
Theo Arends 0c96e30783
Merge pull request #10803 from gemu2015/scripter
refactor + bugfixes
2021-02-03 08:55:02 +01:00
gemu2015 d47e4354a5 fix regression 2021-02-03 07:06:57 +01:00
s-hadinger afbf7fa1a0
Merge pull request #10804 from s-hadinger/zigbee_refactor_send
Zigbee refactor sending ZCL packets
2021-02-02 22:02:48 +01:00
Stephan Hadinger a67528680e Zigbee refactor sending ZCL packets 2021-02-02 20:46:18 +01:00
Theo Arends c5cd97064a Fix ETH_ADDR related warning 2021-02-02 18:02:24 +01:00
Theo Arends 13713dccc1 Prep ESP32S2 2021-02-02 17:55:45 +01:00
gemu2015 1a07fc7deb refactor + bugfixes 2021-02-02 16:02:52 +01:00
Theo Arends e70412b9b7
Merge pull request #10801 from Jason2866/patch-3
Platformio support for ESP32S2
2021-02-02 16:00:42 +01:00
Theo Arends d8ea10877e Cleanup webserver 2021-02-02 15:48:29 +01:00
Jason2866 6d9e7743eb
ESP32S2 toolchain is there 2021-02-02 15:12:10 +01:00
Jason2866 2fb34f866d Prep support ESP32S2 2021-02-02 14:07:13 +00:00