danielkucera / esp-arduino-ebus

67 stars 11 forks source link

Refactor pushDataToClients #17

Open ysard opened 1 year ago

ysard commented 1 year ago

The use of buffer allows to reduce the time spent processing characters one by one. Thus it will lighten main().

danielkucera commented 1 year ago

The same here: only one byte per loop