Add 'ONE' to Xbox One example startup string

Making this distinct from the "XBOXUSB" example which has the same string.
This commit is contained in:
David Madison 2021-07-01 06:06:37 -04:00
parent f0e37202e1
commit 0b3d269f17

View file

@ -21,7 +21,7 @@ void setup() {
Serial.print(F("\r\nOSC did not start"));
while (1); //halt
}
Serial.print(F("\r\nXBOX USB Library Started"));
Serial.print(F("\r\nXBOX ONE USB Library Started"));
}
void loop() {
Usb.Task();