Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/Flipper-Zero/STM32CubeWB.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'Projects/P-NUCLEO-WB55.USBDongle/Applications/BLE/BLE_MeshLightingPRFNode/STM32_WPAN/app/mesh_cfg_usr.h')
-rw-r--r--Projects/P-NUCLEO-WB55.USBDongle/Applications/BLE/BLE_MeshLightingPRFNode/STM32_WPAN/app/mesh_cfg_usr.h19
1 files changed, 9 insertions, 10 deletions
diff --git a/Projects/P-NUCLEO-WB55.USBDongle/Applications/BLE/BLE_MeshLightingPRFNode/STM32_WPAN/app/mesh_cfg_usr.h b/Projects/P-NUCLEO-WB55.USBDongle/Applications/BLE/BLE_MeshLightingPRFNode/STM32_WPAN/app/mesh_cfg_usr.h
index 509192886..1a6022a66 100644
--- a/Projects/P-NUCLEO-WB55.USBDongle/Applications/BLE/BLE_MeshLightingPRFNode/STM32_WPAN/app/mesh_cfg_usr.h
+++ b/Projects/P-NUCLEO-WB55.USBDongle/Applications/BLE/BLE_MeshLightingPRFNode/STM32_WPAN/app/mesh_cfg_usr.h
@@ -7,13 +7,12 @@
******************************************************************************
* @attention
*
- * <h2><center>&copy; Copyright (c) 2020 STMicroelectronics.
- * All rights reserved.</center></h2>
+ * Copyright (c) 2020-2021 STMicroelectronics.
+ * All rights reserved.
*
- * This software component is licensed by ST under Ultimate Liberty license
- * SLA0044, the "License"; You may not use this file except in compliance with
- * the License. You may obtain a copy of the License at:
- * www.st.com/SLA0044
+ * This software is licensed under terms that can be found in the LICENSE file
+ * in the root directory of this software component.
+ * If no LICENSE file comes with this software, it is provided AS-IS.
*
******************************************************************************
*/
@@ -42,7 +41,7 @@
/*
* Different provision bearer supported by BLE-Mesh.
* Define according to application.
-* Atleast one of PB-ADV and PB-GATT should be defined
+* At least one of PB-ADV and PB-GATT should be defined
*/
#define ENABLE_PB_ADV
@@ -85,7 +84,7 @@ This may result into excessive flash erase operations, this should be avoided to
*/
#define SAVE_EMBD_PROVISION_DATA 1
-/* Enables the UUID saving per Node - Currenly Not Supported */
+/* Enables the UUID saving per Node - Currently Not Supported */
#define ENABLE_SAVE_UUID_PER_NODE 0
//#define ENABLE_SERIAL_PRVN 1
@@ -327,7 +326,7 @@ Comment this macro to disable the publication
/*
Define the following Macro to check the Power-OnOff Cycles
-5 Continous cycles of OnOff with Ontime <2 sec will cause unprovisioning
+5 Continuous cycles of OnOff with Ontime <2 sec will cause unprovisioning
*/
//#define ENABLE_UNPROVISIONING_BY_POWER_ONOFF_CYCLE
@@ -404,7 +403,7 @@ For STMicroelectronics : it is 0x0030 */
/* Contains a 16-bit vendor-assigned product version ID */
#define PRODUCT_VERSION_ID 0x010A
-#define MAX_APPLICATION_PACKET_SIZE 160 /*Can go upto 160*/
+#define MAX_APPLICATION_PACKET_SIZE 160 /*Can go up to 160*/
#define TPT_SEGMENT_COUNT (((MAX_APPLICATION_PACKET_SIZE)/12)+2)