Page 1 of 1

Is webrepl asynchronous?

Posted: Sat Nov 07, 2020 7:42 pm
by MrRobot
So I've been having trouble connecting to the webrepl while the Pyboard D is busy in the main program.

If webrepl is asynchronous then perhaps I need to make my main program asynchronous.

This could potentially allow access to webrepl?

Can someone verify if my logic is correct?