-
-
Notifications
You must be signed in to change notification settings - Fork 64
Troubleshooting
Leon Kiefer edited this page Jun 6, 2021
·
5 revisions
- read on how to reset to Bootloader
- Reset the Pro Micro to bootloader
- While the Pro Micro is in the bootloader, set the Serial Port to the COM port of the bootloader.
- Wait eight seconds so Pro Micro is in user mode again
- Upload your sketch
- While the upload is in progress, reset the Pro Micro to bootloader
- If the upload fails, retry the last two steps, the timing is very important
I'm getting the error 'CorsairLightingProtocolHID' does not name a type; did you mean 'CorsairLightingProtocolSerial'?
Look at step 2 of the Getting Started, and make sure you have selected a CLP Board before compiling.
Make sure you have installed CLP Boards and the original board you are uploading to, e.g. SparkFun Boards. Go to the CLP Boards documentation to find the links to all the supported boards you may need to install.
Make sure you have installed and selected the CLP Boards in Arduino IDE before uploading the code. See the second step in the setup guide.