mirror of
https://github.com/justcallmekoko/ESP32Marauder.git
synced 2026-08-01 08:30:29 -07:00
Speaking of things in two places.
This commit is contained in:
@@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user