dfieschko / RP1210

A Python32 implementation of the RP1210C standard. Now with 100% test coverage!
MIT License
20 stars 12 forks source link

Translate the return value of GetHardwareStatusDirect into a string #76

Closed lisi12345 closed 2 years ago

lisi12345 commented 2 years ago

replace

return ClientInfo

with

return str(ClientInfo.value, "utf-8")