Is webrepl asynchronous?

The official PYBD running MicroPython, and its accessories.
Target audience: Users with a PYBD
Post Reply
MrRobot
Posts: 31
Joined: Mon May 11, 2020 11:30 am

Is webrepl asynchronous?

Post by MrRobot » Sat Nov 07, 2020 7:42 pm

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?

Post Reply