File tree Expand file tree Collapse file tree 3 files changed +3
-1
lines changed
libraries/Bluefruit52Lib/examples
Projects/homekit/homekit_lightbulb Expand file tree Collapse file tree 3 files changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -784,6 +784,7 @@ void setup()
784
784
785
785
// Config the peripheral connection with maximum bandwidth
786
786
// more SRAM required by SoftDevice
787
+ // Note: All config***() function must be called before begin()
787
788
Bluefruit.configPrphBandwidth (BANDWIDTH_MAX);
788
789
789
790
Bluefruit.begin ();
Original file line number Diff line number Diff line change @@ -38,6 +38,7 @@ void setup()
38
38
39
39
// Config the peripheral connection with maximum bandwidth
40
40
// more SRAM required by SoftDevice
41
+ // Note: All config***() function must be called before begin()
41
42
Bluefruit.configPrphBandwidth (BANDWIDTH_MAX);
42
43
43
44
Bluefruit.begin ();
Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ void setup()
26
26
27
27
// Homekit uses a lot of characteristics so that default Attr Table size
28
28
// is not enough. Therefore we need to incresae the ATTR Table Size
29
- // All . config***() functions must be called before . begin()
29
+ // Note: All config***() function must be called before begin()
30
30
Bluefruit.configAttrTableSize (3000 );
31
31
32
32
Bluefruit.begin ();
You can’t perform that action at this time.
0 commit comments