From da0a63f431eb67f01c3621dcc6c01935f0288fb1 Mon Sep 17 00:00:00 2001 From: Andre Kirchhoff Date: Mon, 4 Apr 2022 00:11:50 -0300 Subject: [PATCH 1/2] Update build.mdx --- docs/developers/android/build.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/developers/android/build.mdx b/docs/developers/android/build.mdx index 60a19b14..d663ac2f 100644 --- a/docs/developers/android/build.mdx +++ b/docs/developers/android/build.mdx @@ -8,7 +8,7 @@ sidebar_label: Building Android App If you would like to develop this application we'd love your help! These build instructions are brief and should be improved, please send a PR if you can. -- Use Android Studio 4.1.2 to build/debug (other versions might work but no promises) +- Use Android Studio to build/debug - Use `git submodule update --init --recursive` to pull in the various submodules we depend on - There are a few config files which you'll need to copy from templates included in the project. Run the following commands to do so: From 0d58b80b4f173abcff974d21b9f6c9332177d80b Mon Sep 17 00:00:00 2001 From: Foster Irwin Date: Sun, 3 Apr 2022 21:37:30 -0600 Subject: [PATCH 2/2] fix typo in 1.2/1.3 module admonition --- docs/_blocks/_plugin_module.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/_blocks/_plugin_module.mdx b/docs/_blocks/_plugin_module.mdx index 3a704be7..3037bed1 100644 --- a/docs/_blocks/_plugin_module.mdx +++ b/docs/_blocks/_plugin_module.mdx @@ -1,3 +1,3 @@ :::important -The name of ths option changed between Meshtastic 1.2 and 1.3. This documentaton already reflects the 1.3 syntax. Please substitute '{props.name}' prefix with '{props.rename}' to get the 1.2 compatible command name. +The name of this option changed between Meshtastic 1.2 and 1.3. This documentaton already reflects the 1.3 syntax. Please substitute '{props.name}' prefix with '{props.rename}' to get the 1.2 compatible command name. :::