Remove duplicate pages

This commit is contained in:
Garth Vander Houwen 2022-06-29 15:42:34 -07:00
parent 47d162c30d
commit 77fd1a9469
5 changed files with 9 additions and 33 deletions

View file

@ -1,14 +0,0 @@
---
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 />

View file

@ -1,15 +0,0 @@
---
id: buttons
title: Modifying devices to add buttons
sidebar_label: Buttons
sidebar_position: 4
---
Many of the TTGO Lora32 devices do not have a program button to navigate the displayed pages. It is possible to add a button to the following device:
## TTGO Lora32 V2.1-1.6
Shorting IO12 to ground will progress the screen pages, wake up the device, etc. A simple push switch can be added for this purpose.
[<img src="/img/hardware/lora32-v2-1.6-button.jpg" style={{zoom:'30%'}} />](/img/hardware/lora32-v2-1.6-button.jpg)
[<img src="/img/hardware/lora32-v2-1.6-button-example.jpg" style={{zoom:'30%'}} />](/img/hardware/lora32-v2-1.6-button.jpg)

View file

@ -1,7 +1,7 @@
---
id: gpsmodule
title: External GPS Module
sidebar_label: GPS Module
id: gps-modules
title: External GPS Modules
sidebar_label: GPS Modules
sidebar_position: 3
---

View file

@ -108,6 +108,11 @@ Some of these boards contained the wrong component in the LiPo battery charging
[<img src="/img/hardware/lora-v2.1-1.6.png" alt="LILYGO® TTGO Lora V2.1-1.6" style={{zoom:'25%'}} />](/img/hardware/lora-v2.1-1.6.png)
Shorting IO12 to ground will progress the screen pages, wake up the device, etc. A simple push switch can be added for this purpose.
[<img src="/img/hardware/lora32-v2-1.6-button.jpg" style={{zoom:'30%'}} />](/img/hardware/lora32-v2-1.6-button.jpg)
[<img src="/img/hardware/lora32-v2-1.6-button-example.jpg" style={{zoom:'30%'}} />](/img/hardware/lora32-v2-1.6-button.jpg)
</TabItem>
</Tabs>

View file

@ -1,7 +1,7 @@
---
id: community-atak
title: ATAK module
sidebar_label: ATAK module
sidebar_label: 1.2 ATAK module
---
:::note