Update README.md

This commit is contained in:
zarpli
2022-05-23 20:01:02 -05:00
committed by GitHub
parent 29ae5c70a1
commit 8a89b88abf

View File

@@ -148,7 +148,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);