Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix SONOFF chip reset after flashing
There's nothing too wacky about the connections on the SONOFF dongle, it's just that: DTR = RESET_N (active low) RTS = !DIO_15 (inverted with transistor) The chip will return to the bootloader after cmdReset if the bootloader pin is not de-asserted after entering the bootloader. To fix this, this patch de-asserts the bootloader pin after a delay.
- Loading branch information