Max Prokhorov
Max Prokhorov
> I know, but it works fine enough, but if it leads to this behavior I will change for the better. Just consider that you execute a lot of useless...
I have not tried anything originally, just a guess about the nature of the used structure and how much memory it grabs from the get-go. Perhaps it is nothing, and...
@fabianoriccardi probably not. Same problem as before, though. It allocates some structure, somewhere, and it there for the duration of the program copied from char data already loaded in RAM....
Or, if not that, could we implement something similar to stack protection check from gcc applied to global ctors function? At least for error reporting in more apparent manner than...
Default baudrate is 74880 btw, you will see boot messages if you configure your monitor to it Is this commit affecting all of your devices or just one?
Usually, device prints something like this on boot ``` ets Jan 8 2013,rst cause:2, boot mode:(3,6) load 0x4010f000, len 3424, room 16 tail 0 chksum 0x2e load 0x3fff20b8, len 40,...
Hm. But what's the difference between flash cache being enabled later down the line vs. manual call in that wrapper?
You sure we are better served with the issue here instead of https://github.com/xoseperez/my92xx/issues? Is this the actual MCVE, and channels don't properly adjust from 0 to 255? ```cpp #include #include...
> The process silently goes away sporadically without printing a single line. Have you tried wait() / communicate() after Popen() call, and then read the stdout? What is the stderr=subprocess.PIPE...
> I have seen this more often when changing SDK Just to clarify, that only affects OTA to or from SDK 3.x.x? Or some settings (rfcal or credentials format) are...