Err. cut&paste mistake
This commit is contained in:
parent
9cf0b573c3
commit
080cffff23
|
@ -60,7 +60,7 @@ void doFont(void){
|
||||||
lcdPrintln("No file selected.");
|
lcdPrintln("No file selected.");
|
||||||
return;
|
return;
|
||||||
};
|
};
|
||||||
writeFile("font.cfg",GLOBAL(nickname),strlen(GLOBAL(nickname)));
|
writeFile("font.cfg",GLOBAL(nickfont),strlen(GLOBAL(nickfont)));
|
||||||
|
|
||||||
lcdClear();
|
lcdClear();
|
||||||
setIntFont(&Font_7x8);
|
setIntFont(&Font_7x8);
|
||||||
|
|
Loading…
Reference in New Issue