Closed MikeyMoMo closed 3 months ago
Line 337 of LilyGo_AMOLED.h has this problem:
const BoardsConfigure_t *getBoarsdConfigure();
Maybe it does not affect anything at all but would be nice if it was spelled to match the rest of the code.
Apparently, someone noticed and copied the error. Here are lines 541 & 542 in factory,ino, gui.cpp
//SDCard const BoardsConfigure_t *boards = amoled.getBoarsdConfigure();
Please correct both before this goes any farther afield.
The typo has been corrected some time ago.
Line 337 of LilyGo_AMOLED.h has this problem:
const BoardsConfigure_t *getBoarsdConfigure();
Maybe it does not affect anything at all but would be nice if it was spelled to match the rest of the code.
Apparently, someone noticed and copied the error. Here are lines 541 & 542 in factory,ino, gui.cpp
Please correct both before this goes any farther afield.