kwsch/SysBot.NET

GetGameInfo version with trailing zero in usb-botbase

easyworld opened this issue · 2 comments

await SwitchConnection.GetGameInfo("version", token).ConfigureAwait(false);

This code returns the hex value 312E322E30000000000000000000000000 in usb-botbase, which results in the error message USB-3: Game version is not supported. Expected version 1.2.0, and current game version is 1.2.0

Perhaps getting the trimmed result would be better?

Did this PR not fix it?

#171

I apologize, my branch is not up to date.