I’m finally trying to build 0.15 with my color palette and load it on my controller.
I did the following:
- git clone from gitlab
- replace Arduino/hardware/yaeltex with the new one in the cloned repo
- add libraries/Adafruit_SleepyDog/ to Arduino/libraries
- put ytx-controller in Arduino
- open ytx-controller/ytx-controller.ino and try to build
I’m getting the error below. did I miss a step?
utils:286:13: error: 'class USBDeviceClass' has no member named 'end'; did you mean 'send'? USBDevice.end(); ^~~ send exit status 1 'class USBDeviceClass' has no member named 'end'; did you mean 'send'?