vorpalrobotics / VorpalHexapod

Arduino code for both the Vorpal Hexapod and Vorpal Hexapod Gamepad.
http://www.vorpalrobotics.com
139 stars 58 forks source link

Error in gamepad.ino #4

Open pepegragera opened 6 years ago

pepegragera commented 6 years ago

Hello, I am trying to compile the file for the gamepad but the arduino shell shows this error:

.../Downloads/VorpalHexapod-master/Vorpal-Hexapod-Gamepad/Vorpal-Hexapod-Gamepad.ino:12:17: warning: deprecated conversion from string constant to 'char' [-Wwrite-strings] char Version = "#V1r8d"; ^ .../Downloads/VorpalHexapod-master/Vorpal-Hexapod-Gamepad/Vorpal-Hexapod-Gamepad.ino:120:33: warning: deprecated conversion from string constant to 'char' [-Wwrite-strings] char SDGamepadRecordFileName = "REC.txt";

vorpalrobotics commented 6 years ago

Please compile with a more recent version of the arduino IDE. We're using 1.8.5 and we don't see those warnings. I think they used to happen in 1.6.*

pepegragera commented 6 years ago

I am compiling with version 1.8.5 and Mac...

pepegragera commented 6 years ago

I have also tried with version 1.8.5 in Windows 10 same problem