Skip to content

Commit e175e7f

Browse files
committed
update comment
1 parent bab71cc commit e175e7f

File tree

3 files changed

+3
-1
lines changed

3 files changed

+3
-1
lines changed

libraries/Bluefruit52Lib/examples/Peripheral/StandardFirmataBLE/StandardFirmataBLE.ino

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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();

libraries/Bluefruit52Lib/examples/Peripheral/bleuart/bleuart.ino

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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();

libraries/Bluefruit52Lib/examples/Projects/homekit/homekit_lightbulb/homekit_lightbulb.ino

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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();

0 commit comments

Comments
 (0)