mirror of
https://github.com/meshtastic/meshtastic.git
synced 2025-03-05 21:00:08 -08:00
switched first steps to clients
This commit is contained in:
parent
f8aff34915
commit
27aa870595
|
@ -3,7 +3,7 @@ id: flashing-esp32
|
|||
title: Flashing ESP32 devices firmware
|
||||
sidebar_label: ESP32 devices
|
||||
pagination_prev: getting-started/flashing-firmware
|
||||
pagination_next: getting-started/first-steps
|
||||
pagination_next: getting-started/clients
|
||||
---
|
||||
|
||||
import Tabs from '@theme/Tabs';
|
||||
|
|
|
@ -3,7 +3,7 @@ id: flashing-nrf52
|
|||
title: Flashing nRF52 devices firmware
|
||||
sidebar_label: nRF52 devices
|
||||
pagination_prev: getting-started/flashing-firmware
|
||||
pagination_next: getting-started/first-steps
|
||||
pagination_next: getting-started/clients
|
||||
---
|
||||
|
||||
import Tabs from '@theme/Tabs';
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
id: meshtastic-flasher
|
||||
title: Using Meshtastic Flasher
|
||||
sidebar_label: Using Meshtastic Flasher
|
||||
pagination_next: getting-started/first-steps
|
||||
pagination_next: getting-started/clients
|
||||
---
|
||||
import Tabs from '@theme/Tabs';
|
||||
import TabItem from '@theme/TabItem';
|
||||
|
|
Loading…
Reference in a new issue