UncleRus / esp-idf-lib

Component library for ESP32-xx and ESP8266
https://esp-idf-lib.readthedocs.io/en/latest/
1.37k stars 426 forks source link

ds3502 set function check for max value has wrong comparison #647

Closed rekliner closed 1 month ago

rekliner commented 2 months ago

should be less than max value, not greater than. In its current state it rejects all valid messages.

UncleRus commented 1 month ago

Nice catch :) Thank you!