This may be a dupe of the other USB issues we are seeing with `lower_power`. If this is `code.py`, USB doesn't connect: no CIRCUITPY and no REPL ```python import time while True: print('hi') # not necessary, just easier to see it's running time.sleep(1) ```