Picoware - v1.6.5
This is an update to the MicroPython and CircuitPython versions.
Added:
responseC module with a finaliser and attributes, integrated into theResponseclass (MicroPython)- pre-compiled PIO headers (MicroPython)
- WiFi RSSI Monitor: monitors signal strength of nearby WiFi networks in real-time (MicroPython)
- syntax highlighting in the
Python Editorapp Tutorials.mddocument with a list of YouTube reviews and tutorials
Updated:
vectorC module with simplified attributesauto_completeC module with attributes and finaliser- scripts in the
toolsdirectory to usemake -jinstead of onlymaketo run as many jobs in parallel as possible picoware_sdandwaveshare_sdC modules to raise an exception if file creation fails (MicroPython)picoware_psramC module, removing unused methodsSettingsto save LVGL settings as intended (MicroPython)- WiFi utilities to use
jsoninstead ofujsonand use const bytes for path definitions (MicroPython) Storageclass to not check the type offile_pathparameters (allows developers to pass bytes) (MicroPython)- WiFi
Scanapp to allow clicking on a network to save it, followed by adding the password (MicroPython) main.pyto use the alert from theViewManagerinstance and set GC threshold (MicroPython)ResponseandAutoCompleteclasses to inherit from their C modules (MicroPython)__requestmethod of theHTTPclass with the missing parameters (CircuitPython)picoware_lcdC module buffers with 64-byte boundary alignment (MicroPython)