Version => v8.0.2

This commit is contained in:
Rodrigo Alfonso
2025-03-18 20:14:35 -03:00
parent 5b20e96321
commit 6edef9ab20
35 changed files with 37 additions and 37 deletions

View File

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