Version => v6.3.0

This commit is contained in:
Rodrigo Alfonso
2024-04-21 18:56:55 -03:00
parent 4aa43dfcb6
commit 33f0d2ca4e
24 changed files with 26 additions and 26 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.3)\n\n";
std::string output = "LinkCable_basic (v6.3.0)\n\n";
if (linkCable->isConnected()) {
u8 playerCount = linkCable->playerCount();
u8 currentPlayerId = linkCable->currentPlayerId();