conorpp / efm8-arduino-programmer

Program EFM8 devices using an arduino
43 stars 23 forks source link

prog_server hangs during conf() #7

Open Flori1989 opened 6 years ago

Flori1989 commented 6 years ago

I had the problem that prog_server was hanging in the conf() function. The problem was solved by adding a print '.' in the while loop. Maybe you would like to add this to your code.