Martin Fischer
Martin Fischer
### Operating System Windows 11 ### Board Original Raspberry Pico Board ### Firmware Micropython Build, current master (see e.g. https://micropython.org/download/rp2-pico/) Host operating system is independanpt (can be windows based or...
With this change, the font size is proportional to the viewport, it scales if the browser window is resized. This helps on high-resolution screens (tested on safari and chrome).
I'm using a Pyboad SF2 and nightly build as of `MicroPython v1.23.0-preview.90.ged15b3c6c on 2024-02-06; PYBD-SF2W with STM32F722IEK` When trying the bonding example: https://github.com/micropython/micropython/blob/master/examples/bluetooth/ble_bonding_peripheral.py I got the following response: ``` no...
**Situation** - `MicroPython v1.23.0-preview.90.ged15b3c6c on 2024-02-06; PYBD-SF2W with STM32F722IEK` - using the temperature sensor code with bonding from https://github.com/micropython/micropython/blob/master/examples/bluetooth/ble_bonding_peripheral.py - calls to `ble.config(addr_mode=2=` are commented out, as explained in https://github.com/micropython/micropython/issues/13639...
came up during development of #1713 but seems to be an independant issue. The following let the pyboard hard-crash after app. 100 tries (ca.10sec) on the current master. ``` python...