From 2c859dae4abab6b068da6ba72b685fce4d7d4b34 Mon Sep 17 00:00:00 2001 From: LGram16 Date: Mon, 12 Jan 2026 21:48:10 +0900 Subject: [PATCH] =?UTF-8?q?=EC=A4=91=EC=95=99=20=EA=B4=91=EA=B3=A0?= =?UTF-8?q?=EB=A5=BC=20=EC=88=98=ED=8F=89=ED=98=95=EC=9C=BC=EB=A1=9C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- App.tsx | 26 +++++++++++++++++++++++++- 1 file changed, 25 insertions(+), 1 deletion(-) diff --git a/App.tsx b/App.tsx index 4032f44..91ecefd 100644 --- a/App.tsx +++ b/App.tsx @@ -31,6 +31,30 @@ const AdSenseBanner: React.FC = () => { ); }; + +const AdSenseBannerH: React.FC = () => { + useEffect(() => { + try { + // @ts-ignore + (window.adsbygoogle = window.adsbygoogle || []).push({}); + } catch (e) { + console.error("AdSense error", e); + } + }, []); + + return ( +
+ {/* AppLeftSizeBox */} + +
+ ); +}; + const App: React.FC = () => { const [connectionState, setConnectionState] = useState(ConnectionState.DISCONNECTED); const [basicInfo, setBasicInfo] = useState(null); @@ -254,7 +278,7 @@ const App: React.FC = () => {

JBD BMS를 UART-to-USB 어댑터로 연결하여 실시간 상태를 확인하고 설정을 변경하세요.

- + )}