Skip to content

Commit

Permalink
Commented code cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
mechawrench committed May 7, 2023
1 parent 377e223 commit a664ade
Showing 1 changed file with 0 additions and 13 deletions.
13 changes: 0 additions & 13 deletions run.py
Original file line number Diff line number Diff line change
Expand Up @@ -221,19 +221,6 @@ def choose_release(releases):

all_releases = get_all_releases()

# def prompt_for_device_type():
# print("Select your device type:")
# print("1. Arduino Nano RP2040 Connect (NINA)")
# print("2. Raspberry Pi Pico W (PICOW)")
# choice = int(input("\nEnter your choice (1 or 2): "))
# if choice == 1:
# return "arduino_nano_rp2040_connect"
# elif choice == 2:
# return "raspberry_pi_pico_w"
# else:
# print("Invalid choice. Exiting...")
# sys.exit()

circuitpy_drive = get_circuitpy_drive()
if circuitpy_drive is None:
print("CIRCUITPY drive not found. Exiting...")
Expand Down

0 comments on commit a664ade

Please sign in to comment.