uppercase names

This commit is contained in:
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 "DeviceRgb.h"
const char* FWNAME = "things@h801wifi";
const char* FWNAME = "things@H801wifi";
const byte PIN_LED = 14;
DeviceLed deviceLed(PIN_LED);