pyfingerprint icon indicating copy to clipboard operation
pyfingerprint copied to clipboard

Comparing Characteristic

Open kotobukidevelopers opened this issue 4 years ago • 1 comments

how to compare the downloaded characeristic ?

example: char1 = [1,2,3,4,5] char2 = [2,3,4,5]

comapreCharacteristic(char1,char2)

kotobukidevelopers avatar Feb 06 '21 13:02 kotobukidevelopers

UPDATE: Got it working using uploadcharacteristic()

kotobukidevelopers avatar Feb 06 '21 14:02 kotobukidevelopers