Skip to content

broadband-modem: skip concatenated AT commands

Aleksander Morgado requested to merge aleksander/avoid-at-concatenation into master

Not all modems support AT command concatenation (e.g. u-blox TOBY-L4 doesn't, according to a specific note about it in the AT command reference). So just skip concatenation in the few places where it's used.

Merge request reports