Scott Shawcroft
Scott Shawcroft
**Is your feature request related to a problem? Please describe.** I was reading #851 and thought that another maintainability change would be to move the examples and the HALs used...
I have a page `templates/filer/{filer_id}.html`. It uses `filer_id` in a `sql()` call to fetch data. With 0.61.1 this no longer works because the spaces in IDs isn't preserved. Instead, the...
It appears this is the product name on Linux at least.
CircuitPython 8 uses OSC to set title.
Could we come up with a way to store the filename and datetime of the latest uf2 file? It'd be great to see `PXT-v1.2.uf2`, `Arduino-1.8.uf2` or `micropython-1.8.6.uf2` instead of `Current.uf2`...
As the bundle grows past 2MB should we provide an essentials bundle that is just core deps like Bus Device? Maybe each library zip should include dependencies instead?
It's awesome that this list is auto-updated: https://github.com/adafruit/Adafruit_CircuitPython_Bundle/blob/master/circuitpython_library_list.md However, it's not as useful the manually updated driver page because it gives more detail. https://circuitpython.readthedocs.io/projects/bundle/en/latest/drivers.html Could we use the repo description...
Hi! We're starting to use NimBLE in CircuitPython for the ESP32-S3. We have existing code for BLE that uses the Nordic soft device. One of our APIs, similar to the...