Stephan Hadinger
|
fffcf1c2df
|
Remove WiFiUDP32 to solve linker warnings
|
2022-01-14 22:53:19 +01:00 |
Theo Arends
|
5e805e0c4a
|
Move Settings from DRAM to heap
|
2021-06-11 18:14:12 +02:00 |
Theo Arends
|
ebeb4ea7ff
|
Remove AddLog_P in favour of AddLog
Remove AddLog_P in favour of AddLog switching log from stack to heap allowing longer log entries (up to approximate log buffer size)
|
2021-06-05 11:47:09 +02:00 |
Theo Arends
|
efaed8046d
|
Refactor AddLog usage
|
2021-01-23 16:26:23 +01:00 |
s-hadinger
|
339e785387
|
Fix Hue emulation for ESP32 (#10564)
* Fix Hue emulation for ESP32
* Fix compilation for Zigbee
Co-authored-by: Stephan Hadinger <stephan.hadinger@gmail.com>
|
2021-01-14 18:40:59 +01:00 |
Theo Arends
|
dcbb3f1e0e
|
Happy New Year
|
2021-01-01 13:44:04 +01:00 |
Theo Arends
|
8d6f8f505f
|
Change once tickers
|
2020-12-26 15:12:46 +01:00 |
Theo Arends
|
f03158d143
|
Fix Wemo single device backward compatibility
Fix Wemo single device backward compatibility (#10165, #10194)
|
2020-12-20 12:00:40 +01:00 |
Theo Arends
|
bafcee4b05
|
Effort to get rid of PrepLog_P
Effort to get rid of PrepLog_P now syslog and mqttlog are async
|
2020-12-18 16:49:11 +01:00 |
Theo Arends
|
742171ca5e
|
Add support for multiple WeMo devices
Add support for multiple WeMo devices by Magic73 (#9208)
|
2020-11-25 18:17:44 +01:00 |