Skip to content

Commit

Permalink
initial wifi autoconfig
Browse files Browse the repository at this point in the history
  • Loading branch information
silverchris committed Nov 8, 2020
1 parent c221ce4 commit a30ae1f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mazda/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -241,7 +241,7 @@ int main (int argc, char *argv[])
serviceBus.register_bus();

std::thread wireless_handle(wireless_thread);
static BLMSystemClient *blmsystem_client = new BLMSystemClient(service_bus, "/com/jci/blm/system", "com.jci.blmsystem.Interface");
static BLMSystemClient *blmsystem_client = new BLMSystemClient(serviceBus, "/com/jci/blm/system", "com.jci.blmsystem.Interface");

hud_start();

Expand Down

0 comments on commit a30ae1f

Please sign in to comment.