From cfbb601ada937f6cc2040d9e6cd3f399ea37dd2b Mon Sep 17 00:00:00 2001 From: LGram16 Date: Mon, 12 Jan 2026 21:57:50 +0900 Subject: [PATCH] =?UTF-8?q?=EC=A4=91=EC=95=99=EB=B0=B0=EB=84=88=EC=A0=9C?= =?UTF-8?q?=EA=B1=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- App.tsx | 27 +-------------------------- 1 file changed, 1 insertion(+), 26 deletions(-) diff --git a/App.tsx b/App.tsx index d1c00a1..fc229ab 100644 --- a/App.tsx +++ b/App.tsx @@ -31,30 +31,6 @@ 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); @@ -277,8 +253,7 @@ const App: React.FC = () => {

장치가 연결되지 않았습니다

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

- +

)}