Skip to content

Two tweaks to BLE workflow #5217

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Aug 26, 2021
Merged

Conversation

tannewt
Copy link
Member

@tannewt tannewt commented Aug 24, 2021

  1. Use autoreload for restarting after a write. This gives time for
    a follow up command before restarting BLE.
  2. Switch to recursive deletion of directories. This greatly
    simplifies deleting directories with contents.

Fixes adafruit/Adafruit_CircuitPython_BLE_File_Transfer#7

1. Use autoreload for restarting after a write. This gives time for
   a follow up command before restarting BLE.
2. Switch to recursive deletion of directories. This greatly
   simplifies deleting directories with contents.

Fixes adafruit/Adafruit_CircuitPython_BLE_File_Transfer#7
Copy link
Collaborator

@dhalbert dhalbert left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This looks good to me, especially being careful who is doing the suspend/resume.

@dhalbert dhalbert merged commit fa63a41 into adafruit:main Aug 26, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add recursive delete
2 participants