SmartRC-CC1101-Driver-Lib
SmartRC-CC1101-Driver-Lib copied to clipboard
how can a byte be greater than 255 ? This is always false.
https://github.com/LSatan/SmartRC-CC1101-Driver-Lib/blob/b8c6af4c7c2214cd77a4e9b2e2cb37b24b393605/ELECHOUSE_CC1101_SRC_DRV.cpp#L533
byte cannot be greater than 255, of course. this is a fragment from the old calculator where I was still working with int. there it happened at certain frequencies that the value was over 255. then it was subtracted and added to the correct freq value.