UNO type "byte" is signed 8bit
Change-Id: I7f8a9ee1ec8f626f955e95e4e015933726e94fec
This commit is contained in:
@@ -62,7 +62,7 @@ published constants DNDConstants
|
|||||||
/** Action default.
|
/** Action default.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
const byte ACTION_DEFAULT = 0x80;
|
const byte ACTION_DEFAULT = -0x80;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user