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 어댑터로 연결하여 실시간 상태를 확인하고 설정을 변경하세요. -

- +

)}