butaikis
butaikis
Hi @me-no-dev , are you planning to update this library? There are problems with it, sometimes ECP32 reboots itself upon requests, most often it happens for some reason from Android...
Hello. Is it possible to exclude the use of nvs storage in the SDK? There is no way to use nvs..
Hello. I'm having problems with some accessories. All accessories are added through the bridge. First. When adding the `hap_serv_lightbulb_create()` accessory, I added the `hap_char_hue_create()` characteristic to it, but the color...
@me-no-dev Hello. Is it possible to make a "Keep-Alive" effect? So that the web server does not close the socket for a while?
### Checklist - [X] Checked the issue tracker for similar issues to ensure this is not a duplicate. - [X] Provided a clear description of your suggestion. - [X] Included...
Hi @bblanchon. I have ESP32-WROVER-IE (FLASH 8MB, PSRAM 8MB). I tested different amounts of memory allocation for JSON `DynamicJsonDocument testjs{7000000};` or `DynamicJsonDocument testjs{70000000};` In all cases, the test js.capacity() function...