1
0
mirror of https://github.com/thooge/esp32-nmea2000-obp60.git synced 2026-08-18 18:32:30 +02:00

Add home location to system page

This commit is contained in:
2025-07-08 19:41:18 +02:00
parent ae7130b86c
commit 4aefc99212
3 changed files with 34 additions and 6 deletions
+2
View File
@@ -168,6 +168,8 @@ class PageStruct{
// Standard format functions without overhead
String formatDate(String fmttype, uint16_t year, uint8_t month, uint8_t day);
String formatTime(char fmttype, uint8_t hour, uint8_t minute, uint8_t second);
String formatLatitude(double lat);
String formatLongitude(double lon);
// Structure for formatted boat values
typedef struct{