Version => v6.2.2

This commit is contained in:
Rodrigo Alfonso
2024-02-24 02:20:24 -03:00
parent c804eb9315
commit 7e50be40dd
21 changed files with 23 additions and 23 deletions

View File

@@ -45,7 +45,7 @@ int main() {
u16 keys = ~REG_KEYS & KEY_ANY;
linkCable->send(keys + 1); // (avoid using 0)
std::string output = "LinkCable_basic (v6.2.1)\n\n";
std::string output = "LinkCable_basic (v6.2.2)\n\n";
if (linkCable->isConnected()) {
u8 playerCount = linkCable->playerCount();
u8 currentPlayerId = linkCable->currentPlayerId();