Skip to content

Commit

Permalink
do not change share_location setting
Browse files Browse the repository at this point in the history
  • Loading branch information
maurerle committed Aug 23, 2024
1 parent 983ed32 commit 61af535
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,6 @@ while line_count < max_lines do

print("GPS position is valid Lat/Lon:", lat, lon)
-- set temp location in gluon-node-info
uci:set('gluon-node-info', '@location[0]', 'share_location', '1')
uci:set('gluon-node-info', '@location[0]', 'latitude', lat)
uci:set('gluon-node-info', '@location[0]', 'longitude', lon)
uci:save('gluon-node-info')
Expand Down

0 comments on commit 61af535

Please sign in to comment.