You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
constchar UBX_CELL_GNSS_REQUEST_TIME[] = "+UTIME"; // Ask for time information from cellular modem (CellTime)
constchar UBX_CELL_GNSS_TIME_INDICATION[] = "+UTIMEIND"; // Time information request status unsolicited indication
constchar UBX_CELL_GNSS_TIME_CONFIGURATION[] = "+UTIMECFG"; // Sets time configuration
Corresponding methods/structs/enums/etc. should be moved into sfe_sara_r5.h for now. If we add support for other modules that support those AT commands, then those should instead be moved into an intermediate class between the base and the module classes.
The text was updated successfully, but these errors were encountered:
LARA_R6 does not support these AT commands, as per #4
Moved into SARA-R5 class for now, but if other modules support these, they should be moved into a sub-class that can be inherited like the voice class
The LARA-R6 does not support the following AT commands:
SparkFun_u-blox_Cellular_Arduino_Library/src/sfe_ublox_cellular.h
Lines 135 to 136 in e5b3693
SparkFun_u-blox_Cellular_Arduino_Library/src/sfe_ublox_cellular.h
Line 139 in e5b3693
SparkFun_u-blox_Cellular_Arduino_Library/src/sfe_ublox_cellular.h
Lines 175 to 177 in e5b3693
Corresponding methods/structs/enums/etc. should be moved into
sfe_sara_r5.h
for now. If we add support for other modules that support those AT commands, then those should instead be moved into an intermediate class between the base and the module classes.The text was updated successfully, but these errors were encountered: