Carglglz / upydevice

Python library to interface with MicroPython devices through Wifi (Websockets/WebREPL) , BLE or Serial connection (USB)
MIT License
18 stars 6 forks source link

rp2 self.dev_platform #2

Closed gide2578 closed 3 years ago

gide2578 commented 3 years ago

https://github.com/Carglglz/upydevice/blob/45e858cef100276e096925d95ebecbf9465505ed/upydevice/serialdevice.py#L386

serialdevice.py, branch develop, line 386 : if self.dev_platform != 'pyboard' and self.dev_platform != 'rp2':

Thanks again for the rp2 support !

Carglglz commented 3 years ago

ups 😕 thanks for reporting 👍