arduino-pico/libraries/BTstackLib/README.rp2040
Earle F. Philhower, III 07781e9cf5
Rename BTstack lib to BTstackLib (#1360)
Fixes #1356

Mac and Windows have case-insensitive filesystems, so the will find
the internal (all-lowercase) "btstack.h" and not the library's "BTstack.h",
causing compilation errors.

Rename the library and header to avoid the issue.
2023-04-06 17:09:07 -07:00

1 line
75 B
Text

This is the BTstack ports/arduino library, with compile errors fixed only.