Your ROOT_URL in app.ini is https://source.parasitstudio.de:63000/ but you are visiting https://source.parasitstudio.de/wirtz/MicroDexed/blame/commit/6fe9fa660c516a1de425fd39c128347a6f0bae92/doc/LCDMenu-functions.txt You should set ROOT_URL correctly, otherwise the web may not work correctly.
MicroDexed/doc/LCDMenu-functions.txt

14 lines
429 B

// get the ID of the current menu function
uint8_t FUNC_getID(void);
// jumpTo a defined function based on the function id
void OTHER_jumpToID(uint8_t p_search, uint8_t p_para = 0);
// set the cursor to a defined function based on the id
void OTHER_setCursorToID(uint8_t p_search);
// set the cursor to a defined function based on the function name
void OTHER_setCursorToFunc(LCDML_FuncPtr_pu8 p_search);
LCDML.MENU_goRoot()