Skip to content

Commit d303c5e

Browse files
committed
fix at+band description
1 parent bd1878d commit d303c5e

File tree

1 file changed

+1
-1
lines changed
  • Projects/Multi/Applications/LoRa/AT_Slave/src

1 file changed

+1
-1
lines changed

Projects/Multi/Applications/LoRa/AT_Slave/src/command.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ static const struct ATCommand_s ATCommand[] =
137137
.string = AT_BAND,
138138
.size_string = sizeof(AT_BAND) - 1,
139139
#ifndef NO_HELP
140-
.help_string = "AT"AT_BAND ": Get or Set the Device address\r\n",
140+
.help_string = "AT"AT_BAND ": Get or Set the Regional Band\r\n",
141141
#endif
142142
.get = at_Band_get,
143143
.set = at_Band_set,

0 commit comments

Comments
 (0)