You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Traceback (most recent call last): File "<stdin>", line 40, in <module> File "<stdin>", line 28, in setup File "unit/can.py", line 1, in __init__ OSError: (-261, 'ESP_ERR_NOT_FOUND')
I am not wise enough to know how to handle this. Can you help please?
The text was updated successfully, but these errors were encountered:
Hello,
Trying to bring a CAN BUS module into UIFLOW2 with little success. I am micropython rookie.
As a first pass, I am simply trying to included example.
dial_can_rx_example.m5f2
But I receive the following error
Traceback (most recent call last): File "<stdin>", line 40, in <module> File "<stdin>", line 28, in setup File "unit/can.py", line 1, in __init__ OSError: (-261, 'ESP_ERR_NOT_FOUND')
I am not wise enough to know how to handle this. Can you help please?
The text was updated successfully, but these errors were encountered: