Skip to content

Commit

Permalink
Merge pull request #125 from openwsn-berkeley/SW-249
Browse files Browse the repository at this point in the history
SW-249. Fixed.
  • Loading branch information
changtengfei authored Jul 4, 2016
2 parents d8405c3 + dfa7fca commit a08fa23
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions software/openvisualizer/openvisualizer/moteState/moteState.py
Original file line number Diff line number Diff line change
Expand Up @@ -429,7 +429,7 @@ class moteState(eventBusClient.eventBusClient):
COMMAND_SET_6P_CLEAR = ['6pClear', 13, 0]
COMMAND_SET_SLOTDURATION = ['slotDuration', 14, 2]
COMMAND_SET_6PRESPONSE_STATUS = ['response', 15, 1]
COMMAND_SET_UINJECTPERIOD = ['uinjectPeriod', 16, 2]
COMMAND_SET_SF0BANDWIDTH = ['sf0Bandwidth', 16, 1]
COMMAND_ALL = [
COMMAND_SET_EBPERIOD ,
COMMAND_SET_CHANNEL,
Expand All @@ -447,7 +447,7 @@ class moteState(eventBusClient.eventBusClient):
COMMAND_SET_6P_CLEAR,
COMMAND_SET_SLOTDURATION,
COMMAND_SET_6PRESPONSE_STATUS,
COMMAND_SET_UINJECTPERIOD
COMMAND_SET_SF0BANDWIDTH
]

TRIGGER_ALL = [
Expand Down

0 comments on commit a08fa23

Please sign in to comment.