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;