Call Pico W with sheduled tasks

Oh, I didn’t grasp that you were calling the Pico function from a background task. I don’t think it’d work for reasons stated here.
A workaround could be to wrap the call to the Pico function in a normal backend function, and then call this backend function in the background task. I’ve not tested this before so your mileage may vary. Good luck :wink: