Skip to content

Commit

Permalink
Update index.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
mikebenner authored Oct 22, 2024
1 parent 014a075 commit cb606ed
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -479,10 +479,10 @@ const baymesh_client = mqtt.connect(basymeshMqttBrokerUrl, {
});

const ba_home_topics = [
"msh/US/bayarea",
"msh/US/BayArea",
"msh/US/CA/bayarea",
"msh/US/CA/BayArea",
"msh/US/socalmesh",
"msh/US/SoCalMesh",
"msh/US/CA/socalmesh",
"msh/US/CA/SoCalMesh",
];

const sv_home_topics = [
Expand Down

0 comments on commit cb606ed

Please sign in to comment.