Added error message for invalid color

This commit is contained in:
2019-04-01 10:10:35 +02:00
parent a90d1654da
commit 0b9f543ff1
3 changed files with 8 additions and 2 deletions

3
Dockerfile Normal file
View File

@ -0,0 +1,3 @@
FROM gcc
COPY . .
RUN apt-get -y update && apt-get -y install libusb-1.0 && make