OpenDTU-old/lib/SMLParser
Bernhard Kirchen 1afa9a6d90 SML parser: prevent out-of-bound array access
array nodes has MAX_TREE_SIZE elements, so the maximum index allowed to
use to access an element of nodes is one less, not MAX_TREE_SIZE.
2024-06-27 22:18:41 +02:00
..
sml.cpp SML parser: prevent out-of-bound array access 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