Skip to content

Commit

Permalink
switched selected topo to example preset
Browse files Browse the repository at this point in the history
  • Loading branch information
Jack Medrek authored and Jack Medrek committed Jan 15, 2024
1 parent 95f51da commit 03bb44b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/network.ts
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ export class NetworkHub {
kdTree: KDTree // to find nearest neighbors

PresetTopos: { [name: string]: any } = presetTopos
SelectedTopo = ref('Random')
SelectedTopo = ref('5G-TSN-TSCH') // realistic topo example

asnTimer: any
SignalReset = ref(0)
Expand Down

0 comments on commit 03bb44b

Please sign in to comment.