Error uploading StandardFirmata

So I opened the StandardFirmata from 'File>Examples>Firmata>StandardFirmata' and tried to upload this to the arduino.
When I did this it spit out an error that I could not find a solution to on google.

Here's the error:
" no matching function for call to 'FirmataClass::sendSysex(int, int, byte [32])' "

The line within Standard Firmata that it points to is the following:
Firmata.sendSysex(SYSEX_I2C_REPLY, numBytes + 2, i2cRxData);

Any suggestions on whats going on?

Thanks for the help!

Bumping. Still not able to figure it out :confused: