s-hadinger
s-hadinger
Can you elaborate more about what you need? Can you make sure you don't send a comptr as first argument?
My point is that it would work if you pass a dummy first argument, and the comptr as a second argument.
If you allocate memory outside of Berry but still want to benefit from the GC, you can use `comobj`. `comobj` are managed by GC and you register a function that...
The way I do in Tasmota: ```C /* generic destroy method for comobj, just call be_os_free() on the pointer */ int be_commonobj_destroy_generic(bvm* vm) { int argc = be_top(vm); if (argc...
> Comobj ? Do you have the link to its documentation ? Unfortunately documentation of `comobj` is missing. I inferred it from the source.
Ok, got it. Then `comptr` is the right way.
Hi, sorry for the inconvenience. The support for Tuya has been made customizable. If you want to get back to the previous behavior, you need to copy `tasmota/zigbee/legacy_tuya.zb` in the...
The limitation comes from LWIP which uses the same pair of DNS servers for all interfaces, whether IPv4 or IPv6. In Tasmota, I had to make sure that we keep...
No you can't. The resolver always prefers the first one and moved to second if the first times out
It seems this will not happen. Re-open the issue if there are news on this