Actually save nickl0dable choice
This commit is contained in:
parent
e765ad37a3
commit
a55c36e9f6
|
@ -97,5 +97,6 @@ void doAnim(void){
|
||||||
};
|
};
|
||||||
writeFile("l0nick.cfg",GLOBAL(nickl0),strlen(GLOBAL(nickl0)));
|
writeFile("l0nick.cfg",GLOBAL(nickl0),strlen(GLOBAL(nickl0)));
|
||||||
GLOBAL(l0nick)=1;
|
GLOBAL(l0nick)=1;
|
||||||
|
saveConfig();
|
||||||
getInputWaitRelease();
|
getInputWaitRelease();
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in New Issue