mirror of
https://github.com/donaldzou/WGDashboard.git
synced 2026-04-20 03:36:17 +00:00
chore: trying to inplement the AWG parameters
This commit is contained in:
@@ -163,10 +163,17 @@ class Peer:
|
||||
"Jmax": self.configuration.Jmax,
|
||||
"S1": self.configuration.S1,
|
||||
"S2": self.configuration.S2,
|
||||
"S3": self.configuration.S3,
|
||||
"S4": self.configuration.S4,
|
||||
"H1": self.configuration.H1,
|
||||
"H2": self.configuration.H2,
|
||||
"H3": self.configuration.H3,
|
||||
"H4": self.configuration.H4
|
||||
"H4": self.configuration.H4,
|
||||
"I1": self.configuration.I1,
|
||||
"I2": self.configuration.I2,
|
||||
"I3": self.configuration.I3,
|
||||
"I4": self.configuration.I4,
|
||||
"I5": self.configuration.I5
|
||||
})
|
||||
|
||||
peerSection = {
|
||||
|
||||
Reference in New Issue
Block a user