refactored a lot and added possibility to play games on DedicatedServer (#43)

This commit is contained in:
Valentin Heiserer
2024-04-19 16:15:51 +02:00
committed by GitHub
parent 6259d0bef3
commit cab2d36f48
31 changed files with 492 additions and 155 deletions

View File

@@ -17,6 +17,9 @@ void setup(void) {
}
nfc.SAMConfig();
// Send a marker string to identify the device
Serial.println("Adafruit PN532 NFC Marker");
}
void loop(void) {