OpenDTU-old/lib/SMLParser
Bernhard Kirchen 7f724ce561 SML parser: remove commented-out code
the comparison is part of the original library code, but the compiler
rightfully complains that the comparison byte <= 0xFF is always true,
since byte is uint8_t. the comparison was commented out, and is now
removed.
2024-06-27 22:18:41 +02:00
..
sml.cpp SML parser: remove commented-out code 2024-06-27 22:18:41 +02:00
sml.h powermeter refactor: SML lib: replace double by float 2024-06-26 20:51:56 +02:00
smlCrcTable.h Generic SML based power meters support (#146) 2023-04-07 20:20:00 +02:00