You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
12 lines
509 B
12 lines
509 B
#pragma once
|
|
#define CATEGORY "M1002" // Èýµ¼Áª
|
|
#define MANUFACTURER_NAME "iflytop"
|
|
|
|
#define FIRMWARE_VERSION (102)
|
|
#define BLESTACK_VERSION 1
|
|
#define BOOTLOADER_VERSION 1
|
|
#define HARDWARE_VERSION (1)
|
|
|
|
// https://www.bluetooth.com/specifications/assigned-numbers/
|
|
// #define APP_COMPANY_IDENTIFIER 0x0059 /**< Company identifier for Nordic Semiconductor ASA. as per www.bluetooth.org. */
|
|
#define APP_COMPANY_IDENTIFIER 0xFFFF /**< Company identifier for Nordic Semiconductor ASA. as per www.bluetooth.org. */
|