1
0
mirror of https://github.com/esphome/esphome.git synced 2025-03-14 06:38:17 +00:00
Unai Uribarri 23b2fcee29
fix[sml]: reduce memory requirements for SML sensor
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.
2025-02-20 20:57:40 +01:00
2025-02-19 13:24:43 -06:00
2023-06-12 17:00:34 +12:00
2025-02-20 03:16:08 -06:00
2022-09-06 15:48:01 +12:00
2024-03-28 10:20:51 +13:00
2025-02-20 03:16:08 -06:00
2025-02-10 10:40:19 +13:00
Description
No description provided
Readme Multiple Licenses 181 MiB
Languages
C++ 70.5%
Python 29.2%
C 0.1%