-
Notifications
You must be signed in to change notification settings - Fork 144
Open
Description
When running mqtt_as on Raspberry Pi PICO 2 W the onboard LED do not flash as expected.
In mqtt_local.py the line
LED = 'LED' if 'Pico W' in implementation._machine else 25
might be expanded to also detect Pico 2 W
In micropython preview 'v1.25.0-preview.180.g495ce91ca.uf2' (date 2025-01-06) implementation._machine is set to 'Pico 2 W' on a PICO 2W
BTW, apart from the LED, it looks like mqtt_as is working on PICO 2W at least on above mentioned Micropython preview. Only checked that sending and receiving messages are working. So not thoroughly tested but looks promising.
Metadata
Metadata
Assignees
Labels
No labels