Victron.Arduino-ESP8266 icon indicating copy to clipboard operation
Victron.Arduino-ESP8266 copied to clipboard

For more one Victron device

Open moricef opened this issue 7 years ago • 1 comments

It's not really an issue, but if there is at least 3 victron devices, the code take too much space in RAM. Is it possible to use only one read and parse functions block for more than one device ?

moricef avatar Oct 16 '18 20:10 moricef

I'd say you want to implement MQTT and publish the data for storage at a broker or client, then clear the buffer as it comes in, keeping RAM usage low.

platima avatar May 22 '22 01:05 platima