Skip to content

Commit

Permalink
increase remaining space for Mosaic X5 receiver
Browse files Browse the repository at this point in the history
  • Loading branch information
Stefal committed Nov 23, 2024
1 parent f21cf08 commit a0cb7fe
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Changelog

## [2.6.3] - not released
### Fixed
- Fix pystemd result request for timer services. #162 #445
- Increase free space for archiving Mosaic-X5 data. #369

## [2.6.2] - 2024-10-06
### Added
- Added Rtkbase gnss reverse proxy service in the diagnostic view. #421
Expand Down
3 changes: 3 additions & 0 deletions tools/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -535,6 +535,9 @@ configure_gnss(){
sudo -u "${RTKBASE_USER}" sed -i s/^com_port_settings=.*/com_port_settings=\'115200:8:n:1\'/ "${rtkbase_path}"/settings.conf && \
sudo -u "${RTKBASE_USER}" sed -i s/^receiver=.*/receiver=\'Septentrio_Mosaic-X5\'/ "${rtkbase_path}"/settings.conf && \
sudo -u "${RTKBASE_USER}" sed -i s/^receiver_format=.*/receiver_format=\'sbf\'/ "${rtkbase_path}"/settings.conf
#Mosaic-X5 archives a bigger, we need more remaining space to compress archives
sudo -u "${RTKBASE_USER}" sed -i s/^min_free_space=.*/min_free_space=\'1500\'/ "${rtkbase_path}"/settings.conf

return $?
else
echo 'Failed to configure the Gnss receiver'
Expand Down

0 comments on commit a0cb7fe

Please sign in to comment.