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()
784784
785785 // Config the peripheral connection with maximum bandwidth
786786 // more SRAM required by SoftDevice
787+ // Note: All config***() function must be called before begin()
787788 Bluefruit.configPrphBandwidth (BANDWIDTH_MAX);
788789
789790 Bluefruit.begin ();
Original file line number Diff line number Diff line change @@ -38,6 +38,7 @@ void setup()
3838
3939 // Config the peripheral connection with maximum bandwidth
4040 // more SRAM required by SoftDevice
41+ // Note: All config***() function must be called before begin()
4142 Bluefruit.configPrphBandwidth (BANDWIDTH_MAX);
4243
4344 Bluefruit.begin ();
Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ void setup()
2626
2727 // Homekit uses a lot of characteristics so that default Attr Table size
2828 // 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()
3030 Bluefruit.configAttrTableSize (3000 );
3131
3232 Bluefruit.begin ();
You can’t perform that action at this time.
0 commit comments