leodesigner / esp-link

esp8266 wifi-serial bridge, outbound TCP/UDP/REST, and arduino/STM32/AVR/LPC/NXP programmer
Other
2 stars 4 forks source link

Configurable feature to reset MCU if it doesn't show any activity #3

Closed dyarkovoy closed 6 years ago

leodesigner commented 6 years ago

I had to manually merge this pull request. Good idea BTW. I am not sure how to deal with conflicting firmware/user1.bin firmware/user2.bin files yet. Thanks anyway.

leodesigner commented 6 years ago

It would be good to check if the SLIP is enabled too before activating the watchdog action.

leodesigner commented 6 years ago

Just added additional commit to check is the SLIP enabled.

dyarkovoy commented 6 years ago

Thanks and sorry for the binaries, I added them to .gitignore on my side and removed from the repo to avoid conflicts in the future. Nice catch with the SLIP.