mirror of
https://github.com/esphome/esphome.git
synced 2025-03-14 06:38:17 +00:00
Remove dynamic memory required to decode a SML message into its semantic tree and replace it with a custom parser that directly parses the binary SML message. This change reduces RAM memory usage from 5KiB to 300 bytes and allows to use this component in ESP8266 boards.
Description
Languages
C++
70.5%
Python
29.2%
C
0.1%