Browse Source

* TBeam: fix for debug output

pull/341/head
Scott Powell 1 year ago
parent
commit
d8c2b3ab47
  1. 2
      variants/lilygo_tbeam/target.cpp

2
variants/lilygo_tbeam/target.cpp

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

Loading…
Cancel
Save