* Fix: /helpers/esp32/TBeamBoard was breaking non-TBeam builds

This commit is contained in:
Scott Powell
2025-06-25 14:04:29 +10:00
orang tua 213f01cd40
melakukan b37c8017d9
2 mengubah file dengan 9 tambahan dan 1 penghapusan
+4
Melihat File
@@ -1,5 +1,7 @@
#pragma once
#if defined(TBEAM_SUPREME_SX1262) || defined(TBEAM_SX1262) || defined(TBEAM_SX1276)
#include <Wire.h>
#include <Arduino.h>
#include "XPowersLib.h"
@@ -162,3 +164,5 @@ public:
return "LilyGo T-Beam";
}
};
#endif