Thorsten von Eicken
Thorsten von Eicken
is there a work-around?
> I think this PR is ready to merge, except that it’s a breaking change unfortunately. > I did a test and it seems that the two unused bytes are...
Shouldn't the NeighborInfo module be enabled by default?
> There is no way to do this gradually. I'm not convinced, that's why I made suggestions above. Yes, there's no way to make the changes without compromises, but I...
> How else could I conserve power, if lightsleep does not work? I know nothing about BT on esp32, but the wifi gets cut during lightsleep. The solution there is...
I'm also interested in using esptool-js in node.js and I'd like to echo @cubicap's comments, specifically that `read` and the slip stuff should be moved out of the base transport....
Can you post a snippet of code that shows how your struct of pointers works? I tried the following and Encode barfs with `Encode: reflect: indirection through nil pointer to...
Apologies for the multiple comments. I'll stop here. I did manage to get a variant of the above to work, which I'm starting to warm up to. In this example...
@dmcgowan While I don't disagree with the "partial and late decoding" do look at what the pointer approach produces. In particular, the message sent just has one of the "branches"...