Sam Roquitte
Sam Roquitte
So I was able to get the esp flasher uploaded to the arduino with `program_pin` and `enable_pin` at the defaults (program: 12 & enable 13). I then connected the two...
Mine is the same as @pjaakko. I think we need to figure out how to flash the ESP to get the http server running. From what I understand, to do...
I went through that video again and found some info on the pins: https://i.imgur.com/MgTCnhV.jpg. But other than that, no progress :(
@FietsenRijder You should just need to short those two pads together. Any object that conducts electricity (like a paperclip) should work.
@FietsenRijder What OS is your computer? You need to install python and then follow the instructions here: https://github.com/espressif/esptool#installation--dependencies
@riogesulgon I had the same issue with esptool. To fix it, I used nodemcu which worked the first try.
Also running into this issue. I docker exec'd in too and there was one running that seemed to be for renewal. Even if I kill that one, it still fails....
Same issue here. Everything worked fine for me on 0.7.6 (build 8f0c9f5 go1.16.5) but broke in 0.7.7 (build 11a1cb1 go1.18). I can run 0.7.6 exe and it works fine so...
The fix from @ninehusky works for me but I have been unable to get it to pick a random pokemon with each new terminal. I have tried adding `pokemon` to`.zlogin`...
That works, thanks @ninehusky :)