Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion DDS75-LB/DDS75-LB_ChirpstackV4_Decoder.txt
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ function getMyDate(str){
}

function Decode(fPort, bytes, variables) {
if (port == 0x02) {
if (fPort == 0x02) {
// Check the 5th bit of the first byte
if (bytes[0] & 0x10) { // 0x10 is binary 00010000, which corresponds to the 5th bit
// Only parse batV and additional distance data
Expand Down