Files
mega_hacs/.experiment.py
Andrey 84f677656a add hex_to_float option
add auto config reload on megad restart
fix reloading issues
2021-03-05 11:02:49 +03:00

3 lines
71 B
Python

import struct
print(struct.unpack('!f', bytes.fromhex('435c028f'))[0])