mirror of
https://github.com/meshtastic/protobufs.git
synced 2026-04-20 22:13:55 +00:00
add rsyslog server and port
This commit is contained in:
parent
2b391ff8a7
commit
eb093528f2
2 changed files with 6 additions and 0 deletions
|
|
@ -1,6 +1,7 @@
|
|||
*NetworkConfig.wifi_ssid max_size:33
|
||||
*NetworkConfig.wifi_psk max_size:64
|
||||
*NetworkConfig.ntp_server max_size:33
|
||||
*NetworkConfig.rsyslog_server max_size:33
|
||||
|
||||
# Max of three ignored nodes for our testing
|
||||
*LoRaConfig.ignore_incoming max_count:3
|
||||
|
|
|
|||
|
|
@ -344,6 +344,11 @@ message Config {
|
|||
* struct to keep static address
|
||||
*/
|
||||
IpV4Config ipv4_config = 8;
|
||||
|
||||
/*
|
||||
* rsyslog Server and Port
|
||||
*/
|
||||
string rsyslog_server = 9;
|
||||
}
|
||||
|
||||
/*
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue