Skip to content

Commit ff8d3a8

Browse files
committed
Disable debug prints by default
1 parent 31b8b0e commit ff8d3a8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

examples/ESP32_BluetoothSerial/ESP32_BluetoothSerial.ino

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
1010
Details of the Apple Accessory Protocol are only available under NDA.
1111
The SparkFun Apple Accessory Arduino Library is pre-compiled for ESP32
12-
to protect Apple's IP in the source code.
12+
to protect the Apple IP contained in the source code.
1313
1414
This example shares the NMEA Location Information from a u-blox GNSS
1515
with the iPhone, allowing map apps to use the location. It requires a
@@ -183,7 +183,7 @@ void setup()
183183
while(1);
184184
}
185185

186-
appleAccessory.enableDebug(&Serial); // Enable debug prints to Serial
186+
//appleAccessory.enableDebug(&Serial); // Uncomment to enable debug prints to Serial
187187

188188
// Pass Identity Information, Protocols and Names into the accessory driver
189189
appleAccessory.setAccessoryName(accessoryName);

0 commit comments

Comments
 (0)