[create-pull-request] automated change

This commit is contained in:
caveman99
2022-10-22 14:18:18 +00:00
committed by GitHub
parent f6251eef27
commit cb26bc3871
5 changed files with 68 additions and 20 deletions

View File

@@ -352,7 +352,7 @@ typedef struct _MyNodeInfo {
/* a gps position */
typedef struct _Position {
/* The new preferred location encoding, divide by 1e-7 to get degrees
/* The new preferred location encoding, multiply by 1e-7 to get degrees
in floating point */
int32_t latitude_i;
/* TODO: REPLACE */