mirror of
https://github.com/EFForg/rayhunter.git
synced 2026-07-25 00:38:10 -07:00
WIFI changes to support moxee. May need to rebase as delivering refactoring under other PR.
This commit is contained in:
+1
-1
@@ -240,7 +240,7 @@ async fn run_with_config(
|
||||
info!("Starting UI");
|
||||
|
||||
let update_ui = match &config.device {
|
||||
Device::Orbic => display::orbic::update_ui,
|
||||
Device::Orbic | Device::Moxee => display::orbic::update_ui,
|
||||
Device::Tplink => display::tplink::update_ui,
|
||||
Device::Tmobile => display::tmobile::update_ui,
|
||||
Device::Wingtech => display::wingtech::update_ui,
|
||||
|
||||
Reference in New Issue
Block a user