Developer Guides

Instructions for how to build components of the Black Lager project


Build Firmware

If you would like to build a customized version of the device firmware please follow the instructions here. This will allow you to develop on top of and customize the Meshtastic device firmware.

Protobufs

All Protocol buffer messages are defined in the central protobuf repository (link here). In the Python and firmware repositories, there are Github actions defined called "Update Protobufs", which will pull the latest changes from the Protobuf repository and compile them.