We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 514207f commit e465affCopy full SHA for e465aff
2 files changed
library.properties
@@ -1,5 +1,5 @@
1
name=bluemicro_hid
2
-version=0.0.6
+version=0.0.7
3
author=Pierre Constantineau <jpconstantineau@gmail.com>
4
maintainer=Pierre Constantineau <jpconstantineau@gmail.com>
5
sentence=Creates a unified facade to both TinyUSB and nRF52 BlueFruit HID interfaces.
src/hardware_detect.h
@@ -2,7 +2,7 @@
//
// SPDX-License-Identifier: BSD-3-Clause
- #ifdef NRF52 // includes both NRF52832_XXAA and NRF52840_XXAA
+ #ifdef ARDUINO_ARCH_NRF52 // includes both NRF52832_XXAA and NRF52840_XXAA
6
#define HARDWARE_DETECT_BLE_AVAILABLE
7
#define HARDWARE_DETECTED
8
#endif
0 commit comments