Table widget. Crash when adding an uninitialized value

Hello.
The parameter values are not checked when the “ADD” function is called, example:

Blynk.virtualWrite(V1, "add", 0, "test", null);

In my example, ESP8266 after the procedure call performs a restart.


andorid 5.0
blynk app 2.14.5
cloud server
ESP8266

Hello. Thanks. Created ticket - https://github.com/blynkkk/blynk-library/issues/340