Преглед изворни кода

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

This reverts commit 783a34bfa859cd3abadab9879c895213265e27f7.
Eric Betts пре 9 месеци
родитељ
комит
7084f1aafb
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,
-        },
-    .mfg_data_len = 17,
+        {0x2e,
+         0x01,
+         0x15,
+         0x4b,
+         0xe2,
+         0xb6,
+         0xb6,
+         0xb6,
+         0x2a,
+         0x46,
+         0x4c,
+         0x30,
+         0x4b,
+         0x37,
+         0x5a,
+         0x30,
+         0x31,
+         0x55,
+         0x31},
+    .mfg_data_len = 19,
     .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 = "Seos",
+    .adv_name = "Flp",
     .bonding_mode = false,
     .pairing_method = GapPairingNone,
     .conn_param = {