diff --git a/circuitpython/code/boot.py b/circuitpython/code/boot.py index 11b860a..b7fd045 100644 --- a/circuitpython/code/boot.py +++ b/circuitpython/code/boot.py @@ -10,7 +10,7 @@ jumper.pull = digitalio.Pull.UP led = digitalio.DigitalInOut(board.D13) led.direction = digitalio.Direction.OUTPUT -# If the D0 is connected to ground with a wire +# If the jumper on D5 is connected # CircuitPython can write to the drive storage.remount("/", jumper.value) led.value = jumper.value