File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
examples/ESP32_BluetoothSerial Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 9
9
10
10
Details of the Apple Accessory Protocol are only available under NDA.
11
11
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.
13
13
14
14
This example shares the NMEA Location Information from a u-blox GNSS
15
15
with the iPhone, allowing map apps to use the location. It requires a
@@ -183,7 +183,7 @@ void setup()
183
183
while (1 );
184
184
}
185
185
186
- appleAccessory.enableDebug (&Serial); // Enable debug prints to Serial
186
+ // appleAccessory.enableDebug(&Serial); // Uncomment to enable debug prints to Serial
187
187
188
188
// Pass Identity Information, Protocols and Names into the accessory driver
189
189
appleAccessory.setAccessoryName (accessoryName);
You can’t perform that action at this time.
0 commit comments