forked from openlp/openlp
increase pin length to allow test pin
This commit is contained in:
parent
72cca86208
commit
498ecb5b6a
@ -118,7 +118,7 @@ class Projector(CommonBase, Base):
|
||||
"""
|
||||
ip = Column(String(100))
|
||||
port = Column(String(8))
|
||||
pin = Column(String(6))
|
||||
pin = Column(String(20))
|
||||
name = Column(String(20))
|
||||
location = Column(String(30))
|
||||
notes = Column(String(200))
|
||||
|
Loading…
Reference in New Issue
Block a user