Sarah Marsh
Sarah Marsh
@jonspalmer, went ahead and did that. You can see the failure in this test case -- https://github.com/jonspalmer/single-table-inheritance/pull/71/files#diff-4b4e276a9a1eda9f7dbedda3cd6730765e4f0efba71a699d4e80a49d03054240R36 I made one that passes using direct instantiation as well.
Hm, we could, but there is also the option of achieving the same functionality with something like this -- https://github.com/sarahmarshy/mxchip-wifi-driver/blob/at-parser-port/mxchip/MXCHIP.cpp#L23
Though it's not pretty: `_parser.recv("AT+CGSN%*[\r]%*[\n]%[^\r]%*[\r]%*[\n]OK%*[\r]%*[\n]",_deviceStatus.imei)`
@tz-arm According to this (http://www.cplusplus.com/reference/cstdio/scanf/), it looks like the 15 in that formatter is considered the "width." This is what that document says about width: > Specifies the **maximum** number...