Update basic.ino

This commit is contained in:
zarpli
2022-05-23 20:00:40 -05:00
committed by GitHub
parent 9cced265d3
commit 29ae5c70a1

View File

@@ -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);