This repository contains MicroPython source code for a Raspberry Pico W-controlled clock counting down to the next launch, leveraging the LL2 API.
Note
This requires access to a WiFi network: create a file wlan.json
(in the same directory as main.py
) to store the name and password of your WiFi network(s) in the format [{"ssid": ..., "password": ...}, ...]
.