The initial implementation to support logging on the Flex mosaic-X5 (with 'accessible' (ESP32) and 'internal' (mosaic-X5) SD storage) has limitations:
Currently, settings.enableLogging enables / disables NMEA logging on both the accessible SD and the internal SD. RINEX logging on internal SD has its own settings.enableLoggingRINEX.
To do the job properly, we should overhaul the settings and:
- Add
settings.enableLoggingMosaicNMEA or similar
- Change
settings.enableLoggingRINEX to settings.enableLoggingMosaicRINEX
- Overhaul the use of
settings.enableLogging
- Note: this isn't a trivial task.
settings.enableLogging is used in many, many places; the web config especially...