By default we turn off logging as soon as an API client connects (to keep shared serial link quiet). Set this to true to leave the debug log outputting even when API is active.
from protobuf field: bool debug_log_enabled = 4;
This setting is never saved to disk, but if set, all device settings will be returned to factory defaults.
from protobuf field: bool factory_reset = 3;
NTP server to use if WiFi is conneced, defaults to 0.pool.ntp.org
from protobuf field: string ntp_server = 5;
Sets the role of node
from protobuf field: Config.DeviceConfig.Role role = 1;
If set, this will disable the SerialConsole by not initilizing the StreamAPI
from protobuf field: bool serial_disabled = 2;
Generated using TypeDoc
Configuration
Generated
from protobuf message Config.DeviceConfig