mguy8080
Results
1
issues of
mguy8080
In the file, it reads: data_value = struct.unpack(fmt, data[0:data_size]) if data_value == 0: but, data_value should be a tuple after unpack, it will never equal to 0.