Skip to content

Commit 2f6c4a8

Browse files
committed
Defaulted ip_address to 10.0.0.220
1 parent 48f5f08 commit 2f6c4a8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

getting_started/read_idn/ReadIdnExpanded.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ def compare_rev_version(string, ref_version):
5353
### set these before starting application
5454

5555
# SpikeSafe IP address and port number
56-
ip_address = '10.0.0.231'
56+
ip_address = '10.0.0.220'
5757
port_number = 8282
5858

5959
### start of main program

run_spikesafe_operating_modes/run_pulsed/RunPulsedMode.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
### set these before starting application
2323

2424
# SpikeSafe IP address and port number
25-
ip_address = '10.0.0.231'
25+
ip_address = '10.0.0.220'
2626
port_number = 8282
2727

2828
### setting up sequence log

0 commit comments

Comments
 (0)