improve configuration of name and version

This commit is contained in:
2016-05-18 09:04:10 +02:00
parent 9cffc34073
commit 933c94e7e5
3 changed files with 7 additions and 1 deletions

View File

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