Trying to build 0.15

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'?

Hello @mike!

I updated the hardware folder, please download it and replace it and the error should be gone.

My bad :stuck_out_tongue:

That did it, thanks!

1 Like