فهرست منبع

Reduce mfg data because I made the furi_check too tight in the firmware

Eric Betts 9 ماه پیش
والد
کامیت
783a34bfa8
1فایلهای تغییر یافته به همراه21 افزوده شده و 21 حذف شده
  1. 21 21
      seos_profile.c

+ 21 - 21
seos_profile.c

@@ -46,26 +46,26 @@ static GapConfig seos_reader_template_config = {
     .adv_service.UUID_Type = UUID_TYPE_128,
     .adv_service.Service_UUID_128 = BLE_SVC_SEOS_READER_UUID,
     .mfg_data =
-        {0x2e,
-         0x01,
-         0x15,
-         0x4b,
-         0xe2,
-         0xb6,
-         0xb6,
-         0xb6,
-         0x2a,
-         0x46,
-         0x4c,
-         0x30,
-         0x4b,
-         0x37,
-         0x5a,
-         0x30,
-         0x31,
-         0x55,
-         0x31},
-    .mfg_data_len = 19,
+        {
+            0x2e,
+            0x01,
+            0x15,
+            0x4b,
+            0xe2,
+            0xb6,
+            0xb6,
+            0xb6,
+            0x2a,
+            0x46,
+            0x4c,
+            0x30,
+            0x4b,
+            0x37,
+            0x5a,
+            0x30,
+            0x31,
+        },
+    .mfg_data_len = 17,
     .adv_name = "Seos",
     .bonding_mode = false,
     .pairing_method = GapPairingNone,
@@ -79,7 +79,7 @@ static GapConfig seos_reader_template_config = {
 static GapConfig seos_cred_template_config = {
     .adv_service.UUID_Type = UUID_TYPE_128,
     .adv_service.Service_UUID_128 = BLE_SVC_SEOS_CRED_UUID,
-    .adv_name = "Flp",
+    .adv_name = "Seos",
     .bonding_mode = false,
     .pairing_method = GapPairingNone,
     .conn_param = {