WIFI changes to support moxee. May need to rebase as delivering refactoring under other PR.

This commit is contained in:
Ember
2026-02-16 12:03:39 -08:00
parent 517e8de2b3
commit f746299c66
5 changed files with 96 additions and 14 deletions
+1 -1
View File
@@ -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,