Skip to content

Commit

Permalink
modemmanager: allow AT commands
Browse files Browse the repository at this point in the history
  • Loading branch information
tve committed Dec 31, 2024
1 parent 49c3209 commit 3d045a1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ All notable changes to this project will be documented in this file. The format
- add a lab tab with settings for experimental features
- add preliminary burstfinder support with toggles on lab tab
- add experimental toggle to give cellular route high/low priority
- collect signal strength info when registered/connected to a cell
- fix timeout when trying to connect

## [v2.0.1](https://sensorgnome.s3.amazonaws.com/images/sg-armv7-rpi-2.0.1.zip)

Expand Down
2 changes: 1 addition & 1 deletion base-armv7-rpi-bookworm.pifile
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ RUN apt-get install -y meson cmake bash-completion gnome-common gobject-introspe
WORKDIR /root
RUN bash -c 'curl https://gitlab.freedesktop.org/mobile-broadband/ModemManager/-/archive/1.23.12-dev/ModemManager-1.23.12-dev.tar.gz | tar zxf -'
WORKDIR /root/ModemManager-1.23.12-dev
RUN meson setup build --prefix=/usr --buildtype=release --sysconfdir=/etc -Dmbim=false -Dqrtr=false -Dgtk_doc=false -Dbash_completion=false -Dsystemd_suspend_resume=false
RUN meson setup build --prefix=/usr --buildtype=release --sysconfdir=/etc -Dmbim=false -Dqrtr=false -Dgtk_doc=false -Dbash_completion=false -Dsystemd_suspend_resume=false -Dat_command_via_dbus=true
RUN ninja -C build install
WORKDIR /root
RUN rm -rf libqmi ModemManager*
Expand Down

0 comments on commit 3d045a1

Please sign in to comment.