Version => v6.2.3

This commit is contained in:
Rodrigo Alfonso
2024-03-01 17:40:33 -03:00
parent ea7089c931
commit c2ebcc23fc
21 changed files with 24 additions and 24 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.2)\n\n";
std::string output = "LinkCable_basic (v6.2.3)\n\n";
if (linkCable->isConnected()) {
u8 playerCount = linkCable->playerCount();
u8 currentPlayerId = linkCable->currentPlayerId();