mirror of
https://github.com/meshtastic/meshtastic.git
synced 2025-02-21 03:25:51 -08:00
Merge pull request #624 from DeluxeViper/master
docs(contributing): fixed typo
This commit is contained in:
commit
e4119e097c
|
@ -27,7 +27,7 @@ Most communication and interactions happen with protocol buffers. The [Meshtasti
|
||||||
|
|
||||||
### Device Firmware
|
### Device Firmware
|
||||||
|
|
||||||
The [firmware](https://github.com/meshtastic/firmware) 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.
|
The [firmware](https://github.com/meshtastic/firmware) 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.
|
||||||
|
|
||||||
### Firmware Modules
|
### Firmware Modules
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue