diff --git a/libraries/SondeLib/Display.cpp b/libraries/SondeLib/Display.cpp index a6a34a4..a8b54fc 100644 --- a/libraries/SondeLib/Display.cpp +++ b/libraries/SondeLib/Display.cpp @@ -1445,7 +1445,7 @@ void Display::drawGPS(DispEntry *de) { void Display::drawBatt(DispEntry *de) { float val; char buf[30]; - // if(!axp192_found) return; + if(!axp192_found && sonde.fingerprint != 31) return; if (!axp192_found && sonde.fingerprint == 31) { xSemaphoreTake(axpSemaphore, portMAX_DELAY);