The Full-Stack Jonin

Results 17 comments of The Full-Stack Jonin

Guess that's the way to go.

Hi @tobozo Nice work you've done here. Yeah, I'm accepting pull requests.

I think you are meant to decode a base64 string of that file to that location being `$HOME`, with file name `AuthKey_`...

@johannesmaibaum The Error you are getting is due to the fact that at that point in the program, it's trying to read a key from your registry using the 'reg'...

Yeah, you are right @johannesmaibaum because the Arduino IDE tools folder in 'My Documents' which contains the actual python script 'esp-partition.py' that builds the UI, is relative the home path....

@SensorsIot Do you see a file `esp-partition.py` in `C:\Users\{User Name}\Documents\Arduino\tools\ESP32Partitions\tool` ? If you do, open a terminal in that directory and run `python esp-partition.py`. Let me know what happens.

Checkout the latest commit on `master`, extract the zip into your tools folder as you did before and see if works.