-Note: I have observed that after some builds the LED is blinking very fast or appears to be on the entire time. Anecdotally, this seems to happen especially on the first deploy to a Pico, although I can’t explain why. If this happens to you, try passing larger numbers in the calls to `delayByCounting` in `App.swift`. Our current method of faking a timer by counting is very primitive because we have only implemented the bare minimum of functionality. This will improve as we implement a proper Timer API.
0 commit comments