mirror of
https://github.com/meshtastic/protobufs.git
synced 2026-04-20 22:13:55 +00:00
Pascal Case enum too.
This commit is contained in:
parent
c099c61cc6
commit
c188b5eb22
1 changed files with 2 additions and 2 deletions
|
|
@ -266,7 +266,7 @@ message Config {
|
|||
ACCESS_POINT_HIDDEN = 2;
|
||||
}
|
||||
|
||||
enum ethMode {
|
||||
enum EthMode {
|
||||
/*
|
||||
* obtain ip address via DHCP
|
||||
*/
|
||||
|
|
@ -335,7 +335,7 @@ message Config {
|
|||
/*
|
||||
* acquire an address via DHCP or assign static
|
||||
*/
|
||||
ethMode eth_mode = 7;
|
||||
EthMode eth_mode = 7;
|
||||
|
||||
/*
|
||||
* struct to keep static address
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue