Your ROOT_URL in app.ini is https://source.parasitstudio.de:63000/ but you are visiting https://source.parasitstudio.de/wirtz/MicroDexed/blame/commit/3b8d9ea7ebae5ac467edd4bdc61934450f3aea00/third-party/LCDMenuLib2/examples/01_backend/LCDML_011_TaskScheduler/TaskScheduler.ino You should set ROOT_URL correctly, otherwise the web may not work correctly.

27 lines
579 B

// **********************************************************
void Task_Serial_Blink_Example() {
// **********************************************************
Serial.println(".");
}
// **********************************************************
void Task_input_check() {
// **********************************************************
// check LCDML inputs
LCDML.loop_control();
}
// **********************************************************
void Task_LCDMenuLib() {
// **********************************************************
LCDML.loop_menu();
}