From d8c2b3ab4701f4713b1a4fc5b05a2ba0e7603b87 Mon Sep 17 00:00:00 2001 From: Scott Powell Date: Tue, 27 May 2025 23:37:59 +1000 Subject: [PATCH] * TBeam: fix for debug output --- variants/lilygo_tbeam/target.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/variants/lilygo_tbeam/target.cpp b/variants/lilygo_tbeam/target.cpp index 47c14297..69a980fc 100644 --- a/variants/lilygo_tbeam/target.cpp +++ b/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; }