uppercase names

This commit is contained in:
Ronald Schaten 2016-05-18 09:08:35 +02:00
parent 933c94e7e5
commit 311e92a240
2 changed files with 2 additions and 2 deletions

View File

@ -11,7 +11,7 @@
#include "DeviceLed.h" #include "DeviceLed.h"
#include "DeviceRgb.h" #include "DeviceRgb.h"
const char* FWNAME = "things@h801wifi"; const char* FWNAME = "things@H801wifi";
const byte PIN_LED = 14; const byte PIN_LED = 14;
DeviceLed deviceLed(PIN_LED); DeviceLed deviceLed(PIN_LED);

View File

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