mirror of
https://github.com/thunderbrewhq/thunderbrew
synced 2025-04-19 03:20:11 +03:00
fix(net): add missing auth flags to prove version command
This commit is contained in:
parent
b71263d83d
commit
13c55837d7
@ -345,6 +345,10 @@ void Grunt::ClientLink::ProveVersion(const uint8_t* versionChecksum) {
|
||||
|
||||
// TODO cd keys
|
||||
command.Put(static_cast<uint8_t>(0));
|
||||
|
||||
// TODO pin / matrix / token fields
|
||||
uint8_t authFlags = 0x0;
|
||||
command.Put(authFlags);
|
||||
} else {
|
||||
// TODO
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user