-
Notifications
You must be signed in to change notification settings - Fork 223
Closed as not planned
Closed as not planned
Copy link
Labels
conclusion: invalidIssue/PR not validIssue/PR not validtopic: codeRelated to content of the project itselfRelated to content of the project itselftype: imperfectionPerceived defect in any part of projectPerceived defect in any part of project
Description
I get no errors when I compile this sketch on Linux using IDE 2.1.1. If I try to do this same on a Windows 10 computer, I get the following error:
C:\Users\ayori\OneDrive\Documents\Arduino\libraries\ArduinoBLE\src\utility\HCIUartTransport.cpp:35:2: error: #error "Unsupported board selected!"
#error "Unsupported board selected!"
^~~~~
C:\Users\ayori\OneDrive\Documents\Arduino\libraries\ArduinoBLE\src\utility\HCIUartTransport.cpp:101:40: error: 'SerialHCI' was not declared in this scope
HCIUartTransportClass HCIUartTransport(SerialHCI, 912600);
^~~~~~~~~
C:\Users\ayori\OneDrive\Documents\Arduino\libraries\ArduinoBLE\src\utility\HCIUartTransport.cpp:101:40: note: suggested alternative: 'SerialUSB'
HCIUartTransportClass HCIUartTransport(SerialHCI, 912600);
^~~~~~~~~
SerialUSB
exit status 1
I am not very knowledgable about Windows
Compilation error: exit status 1
Metadata
Metadata
Assignees
Labels
conclusion: invalidIssue/PR not validIssue/PR not validtopic: codeRelated to content of the project itselfRelated to content of the project itselftype: imperfectionPerceived defect in any part of projectPerceived defect in any part of project