From dfcd4d771cd4c9a983d314d5ae12fe7b4b6d7ed8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Thomas=20G=C3=B6ttgens?= Date: Wed, 11 Sep 2024 16:29:26 +0200 Subject: [PATCH] suggested changes --- docs/hardware/devices/seeed-studio/index.mdx | 3 +-- docs/hardware/devices/seeed-studio/wio-e5/index.mdx | 3 +-- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/docs/hardware/devices/seeed-studio/index.mdx b/docs/hardware/devices/seeed-studio/index.mdx index c05bcda4..0649d35c 100644 --- a/docs/hardware/devices/seeed-studio/index.mdx +++ b/docs/hardware/devices/seeed-studio/index.mdx @@ -29,8 +29,7 @@ STM32WLE5JC, ARM Cortex M4 ultra-low-power MCU, and Long Range SX126X. :::caution -the STM32WL platform lacks sufficient RAM to run the full Meshtatic firmware and doesn't have a file system to store settings. There are no pre-compiled binaries available for this platform. You need to compile yourself and hard-code the desired configuration options. Also, most software-modules are **not** availabe due to size restrains. -This architecture is still considered experimental! +The STM32WL platform lacks sufficient RAM to run the full Meshtatic firmware and does not have a file system for storing settings. Additionally, there are no pre-compiled binaries available for this platform; you must compile the firmware yourself and hard-code the desired configuration options. Moreover, many software modules are not available due to size constraints. Please note that this architecture is still considered experimental! ::: diff --git a/docs/hardware/devices/seeed-studio/wio-e5/index.mdx b/docs/hardware/devices/seeed-studio/wio-e5/index.mdx index e0ccdd69..afc1f92b 100644 --- a/docs/hardware/devices/seeed-studio/wio-e5/index.mdx +++ b/docs/hardware/devices/seeed-studio/wio-e5/index.mdx @@ -10,8 +10,7 @@ import TabItem from "@theme/TabItem"; :::caution -the STM32WL platform lacks sufficient RAM to run the full Meshtatic firmware and doesn't have a file system to store settings. There are no pre-compiled binaries available for this platform. You need to compile yourself and hard-code the desired configuration options. Also, most software-modules are **not** availabe due to size restrains. -This architecture is still considered experimental! +The STM32WL platform lacks sufficient RAM to run the full Meshtatic firmware and does not have a file system for storing settings. Additionally, there are no pre-compiled binaries available for this platform; you must compile the firmware yourself and hard-code the desired configuration options. Moreover, many software modules are not available due to size constraints. Please note that this architecture is still considered experimental! :::