Merge pull request #357 from meshtastic/position-lite

Add location source
This commit is contained in:
Ben Meadors 2023-06-07 14:21:11 -05:00 committed by GitHub
commit 4c8ba0697c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -152,6 +152,11 @@ message PositionLite {
* seconds since 1970
*/
fixed32 time = 4;
/*
* TODO: REPLACE
*/
Position.LocSource location_source = 5;
}
/*