Speaking of things in two places.

This commit is contained in:
Kragg Malak
2023-12-13 20:43:12 -07:00
parent 6564e269e3
commit dc8e76094f
+4 -1
View File
@@ -549,7 +549,10 @@ String GpsInterface::getTextQueue(bool flush) {
for(int i=0;i<size;i++){
String now=this->text_in->get(i);
if(now!=""){
if(text!="") text+='\n';
if(text!=""){
text+='\r';
text+='\n';
}
text+=now;
}
}