mirror of
https://github.com/meshtastic/meshtastic.git
synced 2024-12-26 06:04:22 -08:00
standardized plugin id
This commit is contained in:
parent
91cee0f808
commit
71bf78694f
|
@ -1,5 +1,5 @@
|
|||
---
|
||||
id: canned-message-plugin-settings
|
||||
id: canned-message-plugin
|
||||
title: Canned Message Plugin Settings
|
||||
sidebar_label: Canned Message Plugin Settings
|
||||
---
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
---
|
||||
id: rotary-encoder-settings
|
||||
id: rotary-encoder-plugin
|
||||
title: Rotary Encoder
|
||||
sidebar_label: Rotary Encoder
|
||||
---
|
||||
|
|
|
@ -123,11 +123,11 @@ module.exports = {
|
|||
Plugins: [
|
||||
"software/settings/environmental-measurement-plugin",
|
||||
"software/settings/external-notification-plugin",
|
||||
"software/settings/canned-message-plugin-settings",
|
||||
"software/settings/canned-message-plugin",
|
||||
"software/settings/range-test-plugin",
|
||||
"software/settings/serial-plugin",
|
||||
"software/settings/store-and-forward-plugin",
|
||||
"software/settings/rotary-encoder-settings",
|
||||
"software/settings/rotary-encoder-plugin",
|
||||
],
|
||||
Advanced: [
|
||||
"software/settings/channel-advanced",
|
||||
|
|
Loading…
Reference in a new issue