mirror of
https://github.com/pengwon/epd42.git
synced 2025-12-17 17:28:15 +08:00
show the last 2 byte of mac in device name
This commit is contained in:
@@ -19,7 +19,7 @@
|
||||
#include <stdbool.h>
|
||||
#include "DEV_Config.h"
|
||||
|
||||
#define BLE_EPD_MAX_DATA_LEN (GATT_MTU_SIZE_DEFAULT - 3) /**< Maximum length of data (in bytes) that can be transmitted to the peer by the Nordic UART service module. */
|
||||
#define BLE_EPD_MAX_DATA_LEN (GATT_MTU_SIZE_DEFAULT - 3) /**< Maximum length of data (in bytes) that can be transmitted to the peer. */
|
||||
|
||||
enum EPD_CMDS
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user