Closed plinioseniore closed 8 years ago
0x83 won't fit in a byte, I don't know if using an int would do...
A byte is up to 0xFF :)
not in Java, where Byte is signed. Could we "lower" the functional code?
Java sucks?
Use -0x3 it has same binary value of 0x83.
Dario.
From Mobile.
Starting from commit 7db15711e, the node can return functional code 0x83 to notify an error with a command. Display a toast with "Unsupported Command" when this frame is received.