You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Checked the issue tracker for similar issues to ensure this is not a duplicate.
Described the feature in detail and justified the reason for the request.
Provided specific use cases and examples.
Feature description
The current reset code for esptool-js does not include a no_reset option. Everytime a board connect a default_reset occurs locking up Airlift boards.
The esptool.py provides:
--before no_reset
Use cases
This is great for boards using a esp32 co-processor like the Adafruit PyPortal, MatrixPortal and Metro M4 Airlifts. Plus any boards using an Airlift breakout.
Alternatives
No response
Additional context
No response
The text was updated successfully, but these errors were encountered:
I was just looking at this. The mode parameter is never actually used. What might be more useful would to have the ability to define a resetSequence that could be passed in.
Checklist
Feature description
The current reset code for esptool-js does not include a no_reset option. Everytime a board connect a default_reset occurs locking up Airlift boards.
The esptool.py provides:
--before no_reset
Use cases
This is great for boards using a esp32 co-processor like the Adafruit PyPortal, MatrixPortal and Metro M4 Airlifts. Plus any boards using an Airlift breakout.
Alternatives
No response
Additional context
No response
The text was updated successfully, but these errors were encountered: