* TBeam: fix for debug output

This commit is contained in:
Scott Powell 2025-05-27 23:37:59 +10:00
parent cac9a481ff
commit d8c2b3ab47

View file

@ -65,7 +65,7 @@ bool TBeamBoard::power_init()
if (!PMU)
{
Serial.println("PMU init failed.");
MESH_DEBUG_PRINTLN("PMU init failed.");
return false;
}