Addition of vague failsafes and speaker beep when probe goes out of range

This commit is contained in:
JP Stringham
2026-01-10 18:39:54 -05:00
parent 4c32ace581
commit d2431aff8e
2 changed files with 45 additions and 15 deletions

View File

@@ -32,4 +32,4 @@ rustflags = [
# This runner will find a supported SWD debug probe and flash your RP2040 over
# SWD:
runner = "probe-rs run --chip RP2040"
runner = "probe-rs run --chip RP2040 --protocol swd"