Skip to content

Commit e465aff

Browse files
fixed BLE detection
1 parent 514207f commit e465aff

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

library.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name=bluemicro_hid
2-
version=0.0.6
2+
version=0.0.7
33
author=Pierre Constantineau <jpconstantineau@gmail.com>
44
maintainer=Pierre Constantineau <jpconstantineau@gmail.com>
55
sentence=Creates a unified facade to both TinyUSB and nRF52 BlueFruit HID interfaces.

src/hardware_detect.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
//
33
// SPDX-License-Identifier: BSD-3-Clause
44

5-
#ifdef NRF52 // includes both NRF52832_XXAA and NRF52840_XXAA
5+
#ifdef ARDUINO_ARCH_NRF52 // includes both NRF52832_XXAA and NRF52840_XXAA
66
#define HARDWARE_DETECT_BLE_AVAILABLE
77
#define HARDWARE_DETECTED
88
#endif

0 commit comments

Comments
 (0)