* TBeam: fix for debug output

此提交包含在:
Scott Powell
2025-05-27 23:37:59 +10:00
父節點 cac9a481ff
當前提交 d8c2b3ab47
+1 -1
查看文件
@@ -65,7 +65,7 @@ bool TBeamBoard::power_init()
if (!PMU) if (!PMU)
{ {
Serial.println("PMU init failed."); MESH_DEBUG_PRINTLN("PMU init failed.");
return false; return false;
} }