Skip to content

Commit

Permalink
Fix data prefix for mi flora
Browse files Browse the repository at this point in the history
  • Loading branch information
mikakoivisto committed Jun 10, 2024
1 parent de8337a commit 055ba50
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app.js
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ class App {
self.discoveredTags[mac] = true;
this.publishDiscovery(out);
}
} else if (measurement.data.indexOf("02010603029") !== -1) {
} else if (measurement.data.indexOf("020106030") !== -1) {
// mi flora
let data = hexToBytes(measurement.data)
var dataType = data[23];
Expand Down

0 comments on commit 055ba50

Please sign in to comment.