mirror of
https://github.com/meshtastic/protobufs.git
synced 2026-04-20 22:13:55 +00:00
make linter happy
This commit is contained in:
parent
415894cd3b
commit
c099c61cc6
1 changed files with 2 additions and 2 deletions
|
|
@ -278,7 +278,7 @@ message Config {
|
|||
STATIC = 1;
|
||||
}
|
||||
|
||||
message ethConfig {
|
||||
message EthConfig {
|
||||
/*
|
||||
* Static IP address
|
||||
*/
|
||||
|
|
@ -340,7 +340,7 @@ message Config {
|
|||
/*
|
||||
* struct to keep static address
|
||||
*/
|
||||
ethConfig eth_config = 8;
|
||||
EthConfig eth_config = 8;
|
||||
}
|
||||
|
||||
/*
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue