LED on CubeCell test?

I just received a CubeCell and was running sketch Factory_Test_AB01

At no time does the LED lite at all! My question is there a simple sketch to test the LED to see if something is wrong with my board?

Thanks Chris

Just set RGB Led option to on in the board settings

That’s not it I tried a new board and it works with the same sketch but not the first one!
I will send back the one not working.

I have another question for someone if I include both
#include “LoRaWan_APP.h”
#include “CubeCell_NeoPixel.h”
I get a compiling error: C:\Users\MADHAT~1\AppData\Local\Temp\arduino_build_302786\libraries\LoRa\LoRaWan_APP.cpp.o:(.bss+0x18): multiple definition ofpixels’

C:\Users\chris~1\AppData\Local\Temp\arduino_build_302786\sketch\Trk.ino.cpp.o:(.bss+0x0): first defined here

collect2.exe: error: ld returned 1 exit status`

> Blockquote
Any ideas as to how to fix this? If I remove one or the other I have no errors

Thanks Chris

Never Mind I got it to work I don’t know what I was thinking!!!

Thanks Anyway