Skip to content

Commit

Permalink
Update example.yaml
Browse files Browse the repository at this point in the history
Lat and Lon need float values in example.yaml for proper config validation.
  • Loading branch information
mbrosnahan authored Mar 15, 2024
1 parent 3a60701 commit 32b4dad
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions configs/example.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -221,10 +221,10 @@ web:
gpsLatitude: #optional
topic: /gps/fix
topic_field: latitude
default: -999999 # Replace with desired default lat
default: -999.999 # Replace with desired default lat
gpsLongitude: #optional
topic: /gps/fix
topic_field: longitude
default: -999999 # Replace with desired default long
default: -999.999 # Replace with desired default long
defaultOnlyExample: #optional
default: 'static_value' # No topic, making this default value permanent

0 comments on commit 32b4dad

Please sign in to comment.