comparison Common/Inc/data_central.h @ 944:44599695df41 Evo_2_23

Restructure Date/Time menu: To have more space for upcoming optins the selection of the date format (DDMMYY) has been moved into a submenu. In addition the function was upgraded to support multi language handling.
author Ideenmodellierer
date Thu, 19 Dec 2024 18:58:18 +0100
parents 6d8ae8fbccf5
children aad1a6b9aaec
comparison
equal deleted inserted replaced
943:e7f87ade3037 944:44599695df41
565 565
566 void disableTimer(void); 566 void disableTimer(void);
567 567
568 uint8_t drawingColor_from_ascentspeed(float speed); 568 uint8_t drawingColor_from_ascentspeed(float speed);
569 569
570 void convertStringOfDate_DDMMYY(char* pString, uint8_t strLen, uint8_t day, uint8_t month, uint8_t year);
571 void getStringOfFormat_DDMMYY(char* pString, uint8_t strLen);
572
573
570 #endif // DATA_CENTRAL_H 574 #endif // DATA_CENTRAL_H