File tree Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Original file line number Diff line number Diff line change 2424
2525from demo_lib .I2C_Character_LCD import AE_AQM0802
2626
27-
2827MEM_MONITORING = False
2928# MEM_MONITORING = True ###
3029
@@ -62,7 +61,7 @@ def demo( ip = "dhcp" ):
6261# PCAL6408( i2c, 0x21, setup_EVB = True ),
6362 PCAL6416 ( i2c , 0x20 , setup_EVB = True ),
6463# PCAL6524( i2c, 0x22, setup_EVB = True ),
65- # PCAL6534( i2c, 0x22, setup_EVB = True ),
64+ PCAL6534 ( i2c , 0x22 , setup_EVB = True ),
6665# PCF2131( spi ),
6766# PCF85063( i2c ),
6867 P3T1085 ( si2c ),
@@ -94,7 +93,7 @@ def demo( ip = "dhcp" ):
9493# print( ip_info )
9594
9695 s = socket .socket ()
97- s .settimeout ( 1 )
96+ s .settimeout ( 1000 )
9897 ai = socket .getaddrinfo ( "0.0.0.0" , 80 )
9998 addr = ai [0 ][- 1 ]
10099
@@ -108,7 +107,6 @@ def demo( ip = "dhcp" ):
108107 count = 0
109108
110109 while True :
111-
112110 try :
113111 client_stream , client_addr = s .accept ()
114112 except :
You can’t perform that action at this time.
0 commit comments