Jos Verlinde
Jos Verlinde
Makes sense, there are a few other options as well, Tracking progress in the stubs repo : https://github.com/Josverl/micropython-stubs/issues/762
The root error is : ValueError("Package 'cmwx1' not found in external library 'arduino-lib' (D:\\mypython\\micropython-stubber\\repos\\micropython\\ports\\renesas-ra\\boards\\ARDUINO_PORTENTA_C33\\$(ARDUINO_LIB_DIR)).") and that is caused by the arduino-lib submodule not being added/cloned to the micropython/lib/arduino-lib folder. During...
I use mpremote a lot through subprocess run in mpflash, micropython-magic, end other tools. I would say that over 90% of the time I have needed to inserting **`resume`** in...
> There is support in mpremote for a local config file in the user directory Still broken on windows, https://github.com/micropython/micropython/pull/9573 to fix this has been waiting for quite some time
> It's my first time hearing about it, at least --- and even looking at [the code](https://github.com/micropython/micropython/blob/master/tools/mpremote/mpremote/main.py#L436-L463), it's still not that easy to decode what path its actually looking for...
> > I am strongly in favor of fixing the things that are broken for about 80% of the end user computers > > Environment variables are a very broadly...
Good to have the tests, and the improvements and consistency across ports. Does that now also make the tuple order and sizes across all ports the same?
@h-milz To understand what you have already tested, and where others could help I have tried to put this in a table. Is this correct or are there other parts...
> ... the five methods are all tested and working fine. The only test missing is EAP-TLS which is not supported in our network according to our network admins. Thanks...
> > Yes, please add a documentation. > > Looking through the code it does not seam reasonable to add a new method eap_connect(). It should all be handled within...