mirror of
https://github.com/bluekitchen/btstack.git
synced 2025-03-23 01:21:28 +00:00
corrected typo
This commit is contained in:
parent
d3b1c40fa3
commit
d2c93e6f94
@ -278,7 +278,7 @@ void setup(void){
|
||||
|
||||
void usage(const char *name){
|
||||
fprintf(stderr, "\nUsage: %s [-a|--address aa:bb:cc:dd:ee:ff]\n", name);
|
||||
fprintf(stderr, "If no argument is provided, BTstack will start scannig and connect to the first found device.\nTo connect to a specific device use argument [-a].\n\n");
|
||||
fprintf(stderr, "If no argument is provided, GATT browser will start scanning and connect to the first found device.\nTo connect to a specific device use argument [-a].\n\n");
|
||||
}
|
||||
|
||||
int main(int argc, const char * argv[])
|
||||
|
Loading…
x
Reference in New Issue
Block a user