[GH-ISSUE #31] Documentation errors #24

Closed
opened 2026-03-04 12:10:59 +03:00 by kerem · 1 comment
Owner

Originally created by @Dnominated on GitHub (May 28, 2025).
Original GitHub issue: https://github.com/4IceG/luci-app-sms-tool-js/issues/31

User Compilation:
./scripts feeds update -a; ./scripts/feeds install -a

Should have:
./scripts/feeds update -a; ./scripts/feeds install -a

Useful AT Commands:
4x4/2x2 MIMO ON/OFF ➜ AT+QCFG="lte4x4mimo/disable",0;AT+QCFG="lte4x4mimo/disable",0
4x4/2x2 MIMO OFF/ON ➜ AT+QCFG="lte4x4mimo/disable",1;AT+QCFG="lte4x4mimo/disable",1

seems to be an error also.

Originally created by @Dnominated on GitHub (May 28, 2025). Original GitHub issue: https://github.com/4IceG/luci-app-sms-tool-js/issues/31 User Compilation: ./scripts feeds update -a; ./scripts/feeds install -a Should have: ./scripts/feeds update -a; ./scripts/feeds install -a Useful AT Commands: 4x4/2x2 MIMO ON/OFF ➜ AT+QCFG="lte4x4mimo/disable",0;AT+QCFG="lte4x4mimo/disable",0 4x4/2x2 MIMO OFF/ON ➜ AT+QCFG="lte4x4mimo/disable",1;AT+QCFG="lte4x4mimo/disable",1 seems to be an error also.
kerem closed this issue 2026-03-04 12:10:59 +03:00
Author
Owner

@4IceG commented on GitHub (May 28, 2025):

Thanks, indeed the / got lost.

Useful AT Commands:
4x4/2x2 MIMO ON/OFF ➜ AT+QCFG="lte4x4mimo/disable",0;AT+QCFG="lte4x4mimo/disable",0
4x4/2x2 MIMO OFF/ON ➜ AT+QCFG="lte4x4mimo/disable",1;AT+QCFG="lte4x4mimo/disable",1

seems to be an error also.

This modem Quectel EM160R-GL supports these commands, but such a Quectel RM520N-GL already returns an error.

<!-- gh-comment-id:2916693649 --> @4IceG commented on GitHub (May 28, 2025): Thanks, indeed the `/` got lost. > Useful AT Commands: > 4x4/2x2 MIMO ON/OFF ➜ AT+QCFG="lte4x4mimo/disable",0;AT+QCFG="lte4x4mimo/disable",0 > 4x4/2x2 MIMO OFF/ON ➜ AT+QCFG="lte4x4mimo/disable",1;AT+QCFG="lte4x4mimo/disable",1 > > seems to be an error also. This modem Quectel EM160R-GL supports these commands, but such a Quectel RM520N-GL already returns an error.
Sign in to join this conversation.
No labels
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/luci-app-sms-tool-js#24
No description provided.