riothedev
im using circuitpython on my pi zero w (waiting for my esp32 to arrive) and i've ran into a problem, im making a digital clock and therefore i need a while true loop to update the clock. the problem is running the pi with the while true loop stops all connections with my computer so i cant run any more code on it till i unplug it and plug it back in and it seems to just freeze up after almost a minute or so because the clock just stops counting. could anyone help? thanks in advance