s-hadinger

Results 171 comments of s-hadinger

Just to let you guys know, I did the clean porting to ESP8266/ESP32 for Tasmota. Now there is only one class with no virtual members, Receive is driven by interrupts...

I'm putting my question back here as well. How do we copy the content of the latest updates in the wiki to reflect to the readthedocs pages?

I propose to move to berry_doc, and not interfere with the code repository.

Doc is here, I've been using for 18 months and it's super stable. https://tasmota.github.io/docs/AWS-IoT/ Implementation details can be found here https://tasmota.github.io/docs/TLS/#implementation-notes

I understand your reservation but ram is so precious that I need to spare it. Based on experience, tls handshakes are rare with Mqtt, while they would be common with...

I have fixed the crash and the timer issues here https://github.com/arendst/Tasmota/pull/19904

Oh, I realize this is a leftover from early LVGL mapping. This is not documented, but currently when you pass a `comptr` to a constructor, it is directly assigned to...

Sorry not yet. I tried a quick fix but it failed

I'm sorry but I didn't find any good way to solve it. In LVGL, I typically need to call a native constructor in "C" with the following construct: `int be_ntv_lv_obj_init(bvm...