Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

update: M2 low data consumption mode #2055

Merged
merged 4 commits into from
Jan 3, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -149,6 +149,10 @@ The indicator on the top will show solid green if the gateway is successfully co



:::tip
To reduce data consumption, please check [Low Data Consumption Mode Config](https://wiki.seeedstudio.com/traffic_saving_config).
:::

### Channel Plan Settings

Navigate to `LoRa` > `Channel Plan`
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ Navigate to `Status` -> `Overview`, check the current OS and firmware version.
#### Upgrade OS


The OS firmware can‘t be updated automatically, so users need to manual operate it.
The firmware will be upgraded automatically, but user needs to upgrade the OS version manually.


Navigate to `System` -> `Backup/Flash Firmware`, click `Update`.
Expand Down
1 change: 1 addition & 0 deletions sidebars.js
Original file line number Diff line number Diff line change
Expand Up @@ -2491,6 +2491,7 @@ const sidebars = {
'Network/SenseCAP_Network/SenseCAP_M2_Multi_Platform/Tutorial/Connect-M2-Multi-Platform-Gateway-to-AWS-IoT',
'Network/SenseCAP_Network/SenseCAP_M2_Multi_Platform/Tutorial/Connect-M2-Multi-Platform-Gateway-to-The-Things-Network',
'Network/SenseCAP_Network/SenseCAP_M2_Multi_Platform/Tutorial/Connect-M2-Multi-Platform-Gateway-to-ChirpStack',
'Network/SenseCAP_Network/SenseCAP_M2_Multi_Platform/traffic_saving_config',
],
},
'Network/SenseCAP_Network/SenseCAP_M2_Multi_Platform/flash_opensource_firmware_to_m2_gateway'
Expand Down
Loading