We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bd1878d commit d303c5eCopy full SHA for d303c5e
Projects/Multi/Applications/LoRa/AT_Slave/src/command.c
@@ -137,7 +137,7 @@ static const struct ATCommand_s ATCommand[] =
137
.string = AT_BAND,
138
.size_string = sizeof(AT_BAND) - 1,
139
#ifndef NO_HELP
140
- .help_string = "AT"AT_BAND ": Get or Set the Device address\r\n",
+ .help_string = "AT"AT_BAND ": Get or Set the Regional Band\r\n",
141
#endif
142
.get = at_Band_get,
143
.set = at_Band_set,
0 commit comments