3s 2200mAh Lipo Battery

ChinaHobbyLine 的集合页

category
商品数
84
在投广告
0
深度
发布
2023/09/07

关于

.desc-section { max-width: 75rem; /* 1200px */ margin: 0 auto; padding: 1.5rem 1rem; background-color: #ffffff; border-radius: 0; } .desc-text p { color: #333333; line-height: 1.75; margin-bottom: 1rem; } .desc-text.collapsed .collapsible { display: none; } @media screen and (min-width: 768px) { .desc-text.collapsed .collapsible { display: block; } } .desc-btn-wrapper { display: flex; justify-content: center; margin-top: 1rem; } .desc-button { background-color: #E60073; color: white; border: none; padding: 0.75rem 1.5rem; border-radius: 9999px; font-weight: 700; text-transform: uppercase; font-size: 0.875rem; letter-spacing: 0.05em; cursor: pointer; transition: background-color 0.3s ease; } .desc-button:hover { background-color: #D5006B; } The CNHL 3S 2200mAh LiPo battery is one of the most popular 11.1V power choices for RC planes, FPV wings, and 450-size helicopters. Its lightweight design fits most 1–1.2m foam models without modification, making it a dependable everyday flight pack. Many pilots use this size under different naming formats, including 2200mAh LiPo battery 3S or a compact LiPo 3S 2200 pack. The XT60-equipped versions work especially well with EPP trainers, gliders, Skylark M4, FPV250 builds, and other 11.1V setups that need stable voltage without extra weight. For pilots comparing alternatives like the Gens Ace 3S LiPo , CNHL offers strong burst performance and excellent value. Whether upgrading for longer flights or replacing older packs, this 3S 2200mAh LiPo battery remains an ideal match for sport flying and FPV practice. Read Full Battery Guide const text = document.getElementById('descText'); const btn = document.getElementById('descToggleBtn'); function updateButton(expanded) { btn.textContent = expanded ? 'Hide Battery Guide' : 'Read Full Battery Guide'; btn.setAttribute('aria-expanded', expanded); } btn.addEventListener('click', () => { const isCollapsed = text.classList.toggle('collapsed'); updateButton(!isCollapsed); }); function handleRes