mirror of
https://github.com/meshtastic/meshtastic.git
synced 2024-11-10 07:34:11 -08:00
08391be685
The custom.css changes have changed the behaviour of list items, removing the top & bottom margins, so hopefully looking more like a list and less like a group of items spread across the page.
15 lines
320 B
Plaintext
15 lines
320 B
Plaintext
---
|
|
id: battery
|
|
title: Adding and sizing batteries
|
|
sidebar_label: Batteries
|
|
sidebar_position: 5
|
|
---
|
|
|
|
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 />
|