We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
if (datas.get(0) == 0xAB && datas.get(4) == 0x92) { float firmwareVersion = datas.get(6) + (float) datas.get(7) / 100; int bandType = datas.get(8); }