We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 076fb58 commit f505c47Copy full SHA for f505c47
1 file changed
M4_Eyes/M4_Eyes.ino
@@ -163,7 +163,7 @@ void setup() {
163
// config1.eye, config2.eye or config3.eye instead). Keep fingers clear
164
// of the nose booper when doing this...it self-calibrates on startup.
165
// DO THIS BEFORE THE SPLASH SO IT DOESN'T REQUIRE A LENGTHY HOLD.
166
- char *filename = "config.eye";
+ char *filename = (char *)"config.eye";
167
168
uint32_t buttonState = arcada.readButtons();
169
if((buttonState & ARCADA_BUTTONMASK_UP) && arcada.exists("config1.eye")) {
0 commit comments