We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 30e2cac commit a838928Copy full SHA for a838928
src/BLEStringCharacteristic.h
@@ -27,7 +27,7 @@
27
class BLEStringCharacteristic : public BLECharacteristic
28
{
29
public:
30
- BLEStringCharacteristic(const char* uuid, unsigned char properties, int valueSize);
+ BLEStringCharacteristic(const char* uuid, unsigned int properties, int valueSize);
31
32
int writeValue(const String& value);
33
int setValue(const String& value) { return writeValue(value); }
0 commit comments