Skip to content

Commit fb4819a

Browse files
authored
Update Unit_LoRaWAN868_M5Atom.ino
amend msg
1 parent fe15d42 commit fb4819a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

examples/Unit_LoRaWAN868_M5Atom/Unit_LoRaWAN868_M5Atom.ino

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -132,8 +132,8 @@ void loop() {
132132

133133
if (system_fsm == kSending) {
134134
Serial.println("LoraWan Sending");
135-
LoRaWAN.writeCMD("AT+DTRX=1,8,8,4655434b20535443\r\n");
135+
LoRaWAN.writeCMD("AT+DTRX=1,8,8,4c4f5645204d35\r\n");
136136
system_fsm = kWaitSend;
137137
}
138138
delay(10);
139-
}
139+
}

0 commit comments

Comments
 (0)