Rajesh

Results 2 issues of Rajesh

The version being used is awfully old and no documentation available for it on Espressif's website.

https://github.com/kiltum/modbus/blob/9fe319ef56a04e10bccb9b9375ec3e946b445179/modbus.c#L67 ```C osThreadDef(ModBusTask,ModBusTask , osPriorityNormal, 0,128); ``` should be replaced with the following: ```C osThreadDef(ModBusTask, osPriorityNormal, 0,128); ```