fix
This commit is contained in:
parent
95b27ba0c0
commit
26a8684b55
@ -99,8 +99,8 @@ void loop() {
|
|||||||
}
|
}
|
||||||
Serial.println(" - TX is writable");
|
Serial.println(" - TX is writable");
|
||||||
|
|
||||||
bool gotBasicInfo=false;
|
gotBasicInfo=false;
|
||||||
bool gotCellInfo=false;
|
gotCellInfo=false;
|
||||||
while(gotBasicInfo==false || gotCellInfo==false){
|
while(gotBasicInfo==false || gotCellInfo==false){
|
||||||
// REQUEST BASIC INFO
|
// REQUEST BASIC INFO
|
||||||
// header status command length data checksum footer
|
// header status command length data checksum footer
|
||||||
|
Loading…
Reference in New Issue
Block a user