/micropython/bluetooth/aioble/examples/temp_client.py: Fix units in ADV_INTERVAL constant.#927
/micropython/bluetooth/aioble/examples/temp_client.py: Fix units in ADV_INTERVAL constant.#927DavesCodeMusings wants to merge 1 commit intomicropython:masterfrom
Conversation
Similar to fix already applied to README micropython@57ce3ba
|
Thanks for the contribution. Line 53 will also need fixing, as per the CI error. Also, probably worth fixing the |
|
@dpgeorge Unfortunately, I found out about the guidelines for commits after I submitted a pull request. So yeah, there are some things I need to straighten out. Getting there... slowly. Still trying to figure out how I can do all this from the github.com web interface. Not so sure about the |
It should work through the browser now, I just enabled the relevant setting. If you add a new commit it should be signed. |
|
This was fixed in 28136d8 |
The aioble README already has this fix: 57ce3ba
This makes a similar correction to the
temp_sensor.pyexample.