I am using mega 2560 pro. When I try to transfer program to the board I recieve following message.
exit status 1
call of overloaded 'String(float&)' is ambiguous
When I tried out code on arduino uno it worked without any issues.
Here is the part of code that triggers error.
Serial.println(String(floatVariable)+"m/s");
Any help is appreciated.