change default IP to what I have configured on my pluto (revert later)
This commit is contained in:
parent
411f96dd87
commit
adf6e40752
1 changed files with 1 additions and 1 deletions
|
@ -82,7 +82,7 @@ class AD9361DacStepFactor(IntEnum):
|
||||||
|
|
||||||
class Charon:
|
class Charon:
|
||||||
FREQUENCY_OFFSET = 1e6
|
FREQUENCY_OFFSET = 1e6
|
||||||
DEFAULT_IP = "192.168.2.1"
|
DEFAULT_IP = "192.168.3.1"
|
||||||
|
|
||||||
calibration: rf.calibration.Calibration | None = None
|
calibration: rf.calibration.Calibration | None = None
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue