Skip to content

Commit

Permalink
Add noise role
Browse files Browse the repository at this point in the history
  • Loading branch information
vitek committed May 2, 2011
1 parent 1f4af06 commit 5b7d9e6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions firmware.py
Expand Up @@ -61,6 +61,7 @@ def tobin(self):
'incoming': 0, # Incoming call
'busy': 1, # Operators busy message
'music': 2, # Music loop
'noise': 3, # Noise stub
}

class FirmwareError(Exception):
Expand Down

0 comments on commit 5b7d9e6

Please sign in to comment.