Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
matthias-bs committed Apr 28, 2024
1 parent 261a8cf commit 7a6b2fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/uplink_formatter.js
Original file line number Diff line number Diff line change
Expand Up @@ -463,7 +463,7 @@ function decoder(bytes, port) {
['ble_addr'
]
);
} else if (port == CMD_GET_BLE_CONFIG) {
} else if (port === CMD_GET_BLE_CONFIG) {
return decode(
bytes,
[uint8, uint8
Expand Down

0 comments on commit 7a6b2fc

Please sign in to comment.