s-hadinger

Results 171 comments of s-hadinger

It boots with any `.zb` file? I suppose your talking about the eqp8266 based bridge

> It looks like it reboots, when getting zbsend commands on non existing channels What do you mean with non existing channels?

I can't reproduce. Can you check with latest version from development? v12.1.1.2

FYI I can't reproduce this on Tasmota using RMT and latest Core/idf, however hard I hammer it on the network side. Tested on Atom Matrix (Esp32 Pico D4) with an...

@skiars is the owner of the project. I'm doing mostly fixes and extensions. There has been some significant effort on the wiki documentation. What part of the documentation is outdates?...

I see, you mean the documentation of internal APIs for people who want to port or extend the language. This is not a priority on my side, you are more...

> NOTE: ebnf codes in documentation do not validate grammar. Something is wrong The parser is single pass and hand crafted. Grammar is only for documentation purpose. What validation are...

It should be `BE_FUNC_CTYPE_DECLARE(class_set, "", "(list)")`

Oh, yes. You are right. The mapping for an instance can only return an internal pointer `.p` or `_p`. It cannot work with a `list`. Anyways a Berry list is...