Error when calling send_ping()
Calling send_ping()
produces the following error:
File "calling_code.py", line 42, in main
iotee.send_ping()
File "/iotee/iotee.py", line 72, in send_ping
message = Message(int(TransmitEvents.Ping))
^^^^^^^^^^^^^^^^^^^^^^^^
ValueError: invalid literal for int() with base 10: b'\x1a'