ok nvm I have to do .toByte()
# getting-started
w
ok nvm I have to do .toByte()
d
You should do
toInt
on the byte from the array instead.
1
Otherwise this code will not do what you want, I think.
w
thank you