From 311e92a24027d3f40c07334ae65d29314cd9ea24 Mon Sep 17 00:00:00 2001 From: Ronald Schaten Date: Wed, 18 May 2016 09:08:35 +0200 Subject: [PATCH] uppercase names --- things/HardwareH801wifi.h | 2 +- things/HardwareWitty.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/things/HardwareH801wifi.h b/things/HardwareH801wifi.h index 287985b..c66ea27 100644 --- a/things/HardwareH801wifi.h +++ b/things/HardwareH801wifi.h @@ -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); diff --git a/things/HardwareWitty.h b/things/HardwareWitty.h index 7f51128..44df92d 100644 --- a/things/HardwareWitty.h +++ b/things/HardwareWitty.h @@ -10,7 +10,7 @@ #include "DeviceLdr.h" #include "DeviceButton.h" -const char* FWNAME = "things@witty"; +const char* FWNAME = "things@Witty"; const byte PIN_RGB_RED = D8; const byte PIN_RGB_GREEN = D6;