Select Git revision
mavtest.py
-
Nik Langrind authored
Modified that method's python3 detection to check for class 'bytearray' as well as class 'bytes'. This fixes python3 decoding of signed messages. Also changed examples/mavtest.py to pass a bytearray for the secret key instead of a string. This is required to send a signed message using python3.
Nik Langrind authoredModified that method's python3 detection to check for class 'bytearray' as well as class 'bytes'. This fixes python3 decoding of signed messages. Also changed examples/mavtest.py to pass a bytearray for the secret key instead of a string. This is required to send a signed message using python3.