Skip to content
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

Implement forceReset for all adapters #2

Open
Nerivec opened this issue Jul 1, 2024 · 2 comments
Open

Implement forceReset for all adapters #2

Nerivec opened this issue Jul 1, 2024 · 2 comments
Labels
enhancement New feature or request low-priority Issue or Pull request with low priority

Comments

@Nerivec
Copy link
Owner

Nerivec commented Jul 1, 2024

forceReset currently only supports adapters that do this via dtr/rts flipping (only Sonoff Dongle-E and custom adapters at the moment).
It appears to have some issues also (not always triggering properly, resulting in failed uploads for example; try without forceReset if that happens).

@Mrz-creator
Copy link

The serial port chip on the old version of Sonoff Dongle-E is CH910, not CP210. Can this dtr/rts also be supported?

@Nerivec
Copy link
Owner Author

Nerivec commented Dec 11, 2024

I have yet to find a way to add "generic" support for all adapters.
GPIO libraries all seem to be Linux-only, and many are targeting specific boards on top of it.
Since most adapters should work with regular triggering from stack (or button, or some other specific method, as last resort), this is not a priority.

@Nerivec Nerivec added low-priority Issue or Pull request with low priority enhancement New feature or request labels Dec 11, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request low-priority Issue or Pull request with low priority
Projects
None yet
Development

No branches or pull requests

2 participants