Skip to content

Commit

Permalink
update sampling interval for demo
Browse files Browse the repository at this point in the history
  • Loading branch information
Fruittips committed Nov 27, 2023
1 parent bbeb1ea commit e5d0df2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions node.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@
_DEVICE_NAME = _DEVICE_NAME_PREFIX + str(_NODE_ID)

# Sampling intervals
_SAMPLING_INTERVAL_LOW = 30 # Actual: 60s, Demo: 30s
_SAMPLING_INTERVAL_HIGH = 5
_SAMPLING_INTERVAL_LOW = 5 # Actual: 60s, Demo: 30s
_SAMPLING_INTERVAL_HIGH = 1

# Frequencies
_FREQ_HIGH = 160000000 # 160 MHz
Expand Down

0 comments on commit e5d0df2

Please sign in to comment.