Open sedlons opened 1 year ago
Sometimes the startup had random problems. I found, that reset pin is not pulled down. Issue solved after adding missing gpio_init of PIN_RST.
This resolves #19
Quick feedback - this resolved the unstable startup problem for me, I recommend merging the PR.
Sometimes the startup had random problems. I found, that reset pin is not pulled down. Issue solved after adding missing gpio_init of PIN_RST.