Skip to content

Commit b862d5b

Browse files
committed
todo, write only.
1 parent f1d4cf7 commit b862d5b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

classes/protocol_settings.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -136,6 +136,8 @@ class WriteMode(Enum):
136136
WRITE = 0x02
137137
''' READ AND WRITE '''
138138

139+
#todo, write only
140+
139141
@classmethod
140142
def fromString(cls, name : str):
141143
name = name.strip().upper()

0 commit comments

Comments
 (0)