blynkkk / blynk-library

Blynk library for IoT boards. Works with Arduino, ESP32, ESP8266, Raspberry Pi, Particle, ARM Mbed, etc.
https://blynk.io
MIT License
3.81k stars 1.38k forks source link

Add a getBufferSize() Function #510

Closed gfvalvo closed 3 years ago

gfvalvo commented 3 years ago

Could you please add a public function getBufferSize() function to the BlynkParam class: size_t getBufferSize() const { return buff_size;} I'm deriving a class from BlynkParam and this would be useful. Thanks.

gfvalvo commented 3 years ago

I just created a Pull Request with this modification.