wendlers / mpfshell

A simple shell based file explorer for ESP8266 Micropython based devices ⛺
MIT License
396 stars 84 forks source link

fix: Remove second argument from on_error and on_message (conwebsock.py) #87

Closed xnorbt closed 4 years ago

xnorbt commented 4 years ago

This fixes ws connections to ESP8266 boards with more recent versions of websocket_client.

skorokithakis commented 4 years ago

Thank you!