uppercase names
This commit is contained in:
parent
933c94e7e5
commit
311e92a240
@ -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);
|
||||||
|
@ -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;
|
||||||
|
Loading…
Reference in New Issue
Block a user