This commit is contained in:
richonguzman 2023-05-30 14:23:51 -04:00
parent c0a3a5cac7
commit 9e56207442
1 changed files with 2 additions and 2 deletions

View File

@ -17,7 +17,7 @@
#include "pins.h"
#include "power_management.h"
#define VERSION "2023.05.29"
#define VERSION "2023.05.30"
logging::Logger logger;
@ -969,7 +969,7 @@ void loop() {
thirdRowMainMenu += " " + String(gps.satellites.value()) + hdopState;
}
fourthRowMainMenu = " ALTURA y OTRAS COSAS";
fourthRowMainMenu = "AMSL=" + String(gps.altitude.meters(),0) + "m"; // AMSL = above mean sea level
if (numAPRSMessages > 0){
fourthRowMainMenu = "*** MESSAGES: " + String(numAPRSMessages) + " ***";
}