from enum meshtastic.Config.PositionConfig.GpsMode
GPS is present but disabled
from enum value: DISABLED = 0;
GPS is present and enabled
from enum value: ENABLED = 1;
GPS is not present on the device
from enum value: NOT_PRESENT = 2;
Generated
from enum meshtastic.Config.PositionConfig.GpsMode