Skip to content

Commit 18d99da

Browse files
committed
Update xdrv_73_8_lorawan_bridge.ino
1 parent 4d9dd0a commit 18d99da

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tasmota/tasmota_xdrv_driver/xdrv_73_8_lorawan_bridge.ino

+1-1
Original file line numberDiff line numberDiff line change
@@ -505,7 +505,7 @@ bool LoraWanInput(uint8_t* data, uint32_t packet_size) {
505505
node_data.FPort = FPort;
506506
LoraWanDecode(&node_data);
507507

508-
if (0xA840410E == Lora->settings.end_node[node].DevEUIh) { // Dragino
508+
if (0xA84041 == Lora->settings.end_node[node].DevEUIh >> 8) { // Dragino
509509
// Dragino v1.7 fails to set DR with ADR so set it using serial interface:
510510
// Password 123456
511511
// AT+CHS=868100000

0 commit comments

Comments
 (0)