Skip to content

Commit

Permalink
Merge pull request #408 from helium/mj/do-hotspot-info
Browse files Browse the repository at this point in the history
update for data only proto branch
  • Loading branch information
michaeldjeffrey authored Oct 2, 2024
2 parents dab42df + 09f3190 commit 4acf688
Show file tree
Hide file tree
Showing 2 changed files with 39 additions and 23 deletions.
61 changes: 38 additions & 23 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions helium-lib/src/client.rs
Original file line number Diff line number Diff line change
Expand Up @@ -681,6 +681,7 @@ pub mod config {
DeviceType::Cbrs => MobileDeviceType::Cbrs,
DeviceType::WifiIndoor => MobileDeviceType::WifiIndoor,
DeviceType::WifiOutdoor => MobileDeviceType::WifiOutdoor,
DeviceType::WifiDataOnly => MobileDeviceType::WifiDataOnly,
};

Ok((
Expand Down

0 comments on commit 4acf688

Please sign in to comment.