mirror of
https://github.com/sascha-hemi/Logitech-Z906.git
synced 2026-03-20 23:03:51 +01:00
Update basic.ino
This commit is contained in:
@@ -19,7 +19,7 @@ void setup(){
|
||||
Serial.begin(9600);
|
||||
while(!Serial);
|
||||
|
||||
while(LOGI.cmd(VERSION) == 0)
|
||||
while(LOGI.request(VERSION) == 0)
|
||||
{
|
||||
Serial.println("Waiting Z906 Power-Up");
|
||||
delay(1000);
|
||||
|
||||
Reference in New Issue
Block a user