HCI.cpp:991:7: error: case value '10' not in enumerated type 'LE_META_EVENT' #346
Labels
conclusion: duplicate
Has already been submitted
topic: code
Related to content of the project itself
type: imperfection
Perceived defect in any part of project
I'm trying to compile the "scan" example from 1.3.6 on Arduino IDE 2.2.1 and running into a few errors including the following:
Looks like a legit error as the enum
LE_META_EVENT
(see HCI.h) only has values from 1 to 9 and the switch statement checks for 10.The text was updated successfully, but these errors were encountered: