jeelabs / esp-link

esp8266 wifi-serial bridge, outbound TCP, and arduino/AVR/LPC/NXP programmer
Other
2.82k stars 720 forks source link

Change reset line high output to no output #479

Closed GMMan closed 4 years ago

GMMan commented 4 years ago

This pull request changes the output status of the reset line when it is unasserted to input state (no output) so that it does not pull the line high and interfere with reset status when the SoC the ESP is connected to is under control of a PMIC.

Resolves #474

tve commented 4 years ago

Thanks!!