suggested changes
Some checks failed
CI / quality (push) Has been cancelled
CI / build (push) Has been cancelled

This commit is contained in:
Thomas Göttgens 2024-09-11 16:29:26 +02:00
parent 8a10d57957
commit fc1161953d
2 changed files with 2 additions and 4 deletions

View file

@ -31,8 +31,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!
:::

View file

@ -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!
:::