mirror of
https://github.com/meshtastic/meshtastic.git
synced 2024-11-10 23:54:17 -08:00
9dc879235f
* initial devices.json * initial hardware components * testing page at /docs/hardware/supported/template * WIP Changes * Home page work & updates * Fix build * Fix external link button * Setup linting * rename, cleanup & lint * seperate lint cmd for now Co-authored-by: Foster Irwin <foster@jfirwin.com> Co-authored-by: Sacha Weatherstone <sachaw100@hotmail..om>
14 lines
300 B
Plaintext
14 lines
300 B
Plaintext
---
|
|
id: battery
|
|
title: Adding and sizing batteries
|
|
sidebar_label: Batteries
|
|
---
|
|
|
|
import { BatteryCalculator } from '../../src/components/BatteryCalculator';
|
|
|
|
Sizing a battery for a node depends on several factors.
|
|
|
|
Please use this calculator to aid you in sizing your battery.
|
|
|
|
<BatteryCalculator />
|