1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-12-24 05:53:49 +01:00

sys/shell/nimble: make default name more generic

This commit is contained in:
Hauke Petersen 2019-08-22 15:14:55 +02:00
parent 178dfbb4c0
commit 33eb83ff42

View File

@ -30,7 +30,7 @@
#include "net/bluetil/ad.h"
#include "net/bluetil/addr.h"
#define DEFAULT_NODE_NAME "RIOT-GNRC"
#define DEFAULT_NODE_NAME "bleRIOT"
#define DEFAULT_SCAN_DURATION (500U) /* 500ms */
#define DEFAULT_CONN_TIMEOUT (500U) /* 500ms */