The Meshtastic configuration file.
An example of configuration can be found at https://github.com/meshtastic/firmware/blob/develop/bin/config-dist.yaml.
Declarations
Type
YAML 1.1 valueExample
Lora = {
Module = "auto";
};
Webserver = {
Port = 9443;
RootPath = pkgs.meshtastic-web;
};
General = {
MaxNodes = 200;
MaxMessageQueue = 100;
MACAddressSource = "eth0";
};