Waypoint-Button for Logomatic? / Folder structure by date

Does anyone has an idea if it would be possible to add a “Waypoint”-Button to the Logomatic?

The NMEA-Protocol includes the WPL NMEA-Sentence that doesn’t have a current time part, so it could be possible to hold the last LAT/LON dataset in the RAM to be able to save it in the file if the “Waypoint”-button ist pressed.

Example:

$GPWPL,4807.038,N,01131.000,E,WPTNME*5C

→ WPL Waypoint Location

→ 4807.038,N Latitude

→ 01131.000,E Longitude

→ WPTNME Waypoint Name

→ *5C The checksum data, always begins with *

The other thing that I thought about is the 255 files in root folder limitation. Would it make sense and be possible, that the logger will create every day (based upon the GPS-Time/Date-Signal) a new folder named YYYYMMDD containing the log files with filename TIME?

The first addition would be excellent for georeferencing of photos or POIs, the second addition could break the 255 files limitation.

Any ideas or solutions?