berwinter / uvr1611

UVR1611 Data Logger Pro
GNU General Public License v3.0
31 stars 22 forks source link

Problem with address validity #38

Closed nielstron closed 6 years ago

nielstron commented 6 years ago

https://github.com/berwinter/uvr1611/blob/b4e41514a3d5a8fb311cdf9d072bbe81ac99478c/lib/backend/blnet-connection.inc.php#L223-L229

It says this checks whether the addresses are != 0xFFFFFFF while actually it checks if any of the bytes is 0xFF. Is this correct? Then, please correct the comment

nielstron commented 6 years ago

Solved, had a problem reading it