From fb26b16dc076207820ff92e51485f01802b60e61 Mon Sep 17 00:00:00 2001 From: Foster Irwin Date: Fri, 1 Apr 2022 14:28:14 -0600 Subject: [PATCH] capitalize header --- docs/developers/overview.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/developers/overview.mdx b/docs/developers/overview.mdx index a998f7c9..4bf495ec 100644 --- a/docs/developers/overview.mdx +++ b/docs/developers/overview.mdx @@ -29,7 +29,7 @@ Most communication and interactions happen with protocol buffers. The [Meshtasti The [Meshtastic-device](https://github.com/meshtastic/Meshtastic-device) is where all of the firmware development happens. This is where the code for the ESP32 and nRF52 based devices is developed. It is mainly C and C++ code.Think Arduino. It is where the first level of hardware interaction begins and ends. -## modules +## Modules [Modules](/docs/software/modules) are also implemented mainly in the Meshtastic-device repo above. Typically, you would add functionality in the protobufs repo and the device repo to implement module functionality. You probably also want to have some client/device use/interact with the module and that is where the Device support comes into play.