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

이 커밋은 다음에 포함됨:
Scott Powell
2025-06-25 14:04:29 +10:00
부모 213f01cd40
커밋 b37c8017d9
2개의 변경된 파일9개의 추가작업 그리고 1개의 파일을 삭제
+4
파일 보기
@@ -1,3 +1,5 @@
#if defined(TBEAM_SUPREME_SX1262) || defined(TBEAM_SX1262) || defined(TBEAM_SX1276)
#include <Arduino.h>
#include "TBeamBoard.h"
//#include <RadioLib.h>
@@ -344,3 +346,5 @@ bool TBeamBoard::power_init()
// }
#pragma endregion
#endif
+4
파일 보기
@@ -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