Code cleanup

This commit is contained in:
fvanroie 2021-02-22 01:57:34 +01:00
parent 91026864fd
commit e17404358f

View File

@ -28,12 +28,6 @@ void guiCalibrate(void);
void guiTakeScreenshot(const char* pFileName); // to file
void guiTakeScreenshot(void); // webclient
/* ===== Getter and Setter Functions ===== */
// void guiSetDim(int8_t level);
// int8_t guiGetDim();
// void guiSetBacklight(bool lighton);
// bool guiGetBacklight();
/* ===== Read/Write Configuration ===== */
#if HASP_USE_CONFIG > 0
bool guiGetConfig(const JsonObject& settings);