Patrick Joy
Patrick Joy
Hi there, Great project! I'm trying to compile the hello_opencv example for an ESP32-S2 and I'm stuck with the following error and can't seem to find a fix. Just wondering...
When a ppp network link is active on an ESP32 device, writing files to external flash is 40 times slower than when the ppp link is not active. Tested on...
Newer modules are now available with 32MB flash, for example the ESP32-S3-WROOM-2-N32R8V
When adding logging support I introduced a bug by failing to remove the end parameter from print call.
This is a reauthor of [#561 ](https://github.com/micropython/micropython-lib/pull/561) The datetime module doesn't support naive datetimes and throws an unimplemented error when calling some of the methods such as datetime.now(). Rather than...
Hi Martin, Attached is a pr to add optional basic http authentication user:password to the the module.
uota doesn't work with recent versions of mp (after v1.21) because the deflate module has been added. This pr replaces uzlib with deflate
Hi, Great software! I noticed when using an ESP32-S3 32MB flash and 8MB RAM, the system information says SPIRAM available no, should that be yes?
Hi, The repl display does not appear to show underscores _ maybe this is a problem on my machine. Also the repl does not accept input when there is no...
I seem to be having problem with the latest version of MP throwing a ValueError when untaring files. ```python Traceback (most recent call last): File "main.py", line 30, in File...