Skip to content

Commit

Permalink
Change default eth key (#502)
Browse files Browse the repository at this point in the history
Co-authored-by: Dane Slattery <[email protected]>
  • Loading branch information
DaneSlattery and Dane Slattery authored Oct 21, 2024
1 parent a87b22f commit 7cf3a9a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/netif.rs
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ impl NetifConfiguration {
| esp_netif_flags_ESP_NETIF_FLAG_EVENT_IP_MODIFIED,
got_ip_event_id: NonZeroU32::new(ip_event_t_IP_EVENT_ETH_GOT_IP as _),
lost_ip_event_id: NonZeroU32::new(ip_event_t_IP_EVENT_ETH_LOST_IP as _),
key: "ETH_CL_DEF".try_into().unwrap(),
key: "ETH_DEF".try_into().unwrap(),
description: "eth".try_into().unwrap(),
route_priority: 60,
ip_configuration: Some(ipv4::Configuration::Client(Default::default())),
Expand Down

0 comments on commit 7cf3a9a

Please sign in to comment.