improve configuration of name and version

This commit is contained in:
2016-05-18 09:04:10 +02:00
parent 9cffc34073
commit 933c94e7e5
3 changed files with 7 additions and 1 deletions

View File

@ -10,6 +10,8 @@
#include "DeviceLdr.h"
#include "DeviceButton.h"
const char* FWNAME = "things@witty";
const byte PIN_RGB_RED = D8;
const byte PIN_RGB_GREEN = D6;
const byte PIN_RGB_BLUE = D7;