Open pepegragera opened 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.*
I am compiling with version 1.8.5 and Mac...
I have also tried with version 1.8.5 in Windows 10 same problem
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";