last easy-to-fix warning
This commit is contained in:
parent
076fb58a7b
commit
f505c478b7
1 changed files with 1 additions and 1 deletions
|
|
@ -163,7 +163,7 @@ void setup() {
|
|||
// config1.eye, config2.eye or config3.eye instead). Keep fingers clear
|
||||
// of the nose booper when doing this...it self-calibrates on startup.
|
||||
// DO THIS BEFORE THE SPLASH SO IT DOESN'T REQUIRE A LENGTHY HOLD.
|
||||
char *filename = "config.eye";
|
||||
char *filename = (char *)"config.eye";
|
||||
|
||||
uint32_t buttonState = arcada.readButtons();
|
||||
if((buttonState & ARCADA_BUTTONMASK_UP) && arcada.exists("config1.eye")) {
|
||||
|
|
|
|||
Loading…
Reference in a new issue