Yurii
Yurii
Hello. During development, I noticed the strange behavior of phalcon when using Di inside Di. If you use Di inside Di like this: ``` $di = new Di(); $di->setShared('app', function()...
Приветствую. 1. Некоторые саундбары не умеют устанавливать конкретную громкость, только выше/ниже. Отсюда вытекает проблема, что при обращении к колонке во время стриминга звук не мьютится. Решение: ```python # если музыка...
### Basic Infos - [x] This issue complies with the [issue POLICY doc](https://github.com/esp8266/Arduino/blob/master/POLICY.md). - [x] I have read the documentation at [readthedocs](https://arduino-esp8266.readthedocs.io/en/latest) and the issue is not addressed there. -...
### What happened? This seems to only be related to Legrand 752189 switches on older firmwares. But because of this, it is not possible to update the firmware to a...
Please write here the name of your boiler and its compatibility features (what works, what doesn’t work). I will add to the table in README. This will be very useful...
Hi, This PR solves deprecations when building with ArduinoJson 7.x.x. ArduinoJson 7 is better in performance, see comparison on the [offsite](https://arduinojson.org/news/2024/01/03/arduinojson-7/).
When compiling with core 3.0.1 for esp32 we can see ``deprecated`` messages: ``` In file included from .pio/libdeps/s3_mini/OpenTherm Library/src/OpenTherm.cpp:6: .pio/libdeps/s3_mini/OpenTherm Library/src/OpenTherm.h:30:17: warning: 'B000' is deprecated: use 0b000 instead [-Wdeprecated-declarations] 30...
Hi, I have a question about the correctness of ping. Should we [wait until keep alive expires](https://github.com/arduino-libraries/ArduinoMqttClient/blob/0a0706262ad56043954b008a7f89adf3b783ec88/src/MqttClient.cpp#L640C1-L643C14)? Most likely the server will disconnect the client and we will not be...
Details in #71 Tested on esp8266, esp32 s2, esp32 s3 with Arduino Framework 3.x and IDF 5.x (pioarduino).