mirror of
https://github.com/meshtastic/protobufs.git
synced 2026-04-20 22:13:55 +00:00
Rename eth_mode->address_mode, it's also for WiFi
Numerical values and struct stay the same. May need changes to the client code for setting/getting these
This commit is contained in:
parent
bf7c81b5ef
commit
8a97dd0427
1 changed files with 2 additions and 3 deletions
|
|
@ -273,7 +273,7 @@ message Config {
|
|||
*/
|
||||
message NetworkConfig {
|
||||
|
||||
enum EthMode {
|
||||
enum AddressMode {
|
||||
/*
|
||||
* obtain ip address via DHCP
|
||||
*/
|
||||
|
|
@ -312,7 +312,6 @@ message Config {
|
|||
*/
|
||||
bool wifi_enabled = 1;
|
||||
|
||||
|
||||
/*
|
||||
* If set, this node will try to join the specified wifi network and
|
||||
* acquire an address via DHCP
|
||||
|
|
@ -337,7 +336,7 @@ message Config {
|
|||
/*
|
||||
* acquire an address via DHCP or assign static
|
||||
*/
|
||||
EthMode eth_mode = 7;
|
||||
AddressMode address_mode = 7;
|
||||
|
||||
/*
|
||||
* struct to keep static address
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue