feat(modem): method to configure APN/authentication
This commit is contained in:
@ -58,4 +58,7 @@ type Operations interface {
|
||||
|
||||
//SetBaseCorrections updates the corrections obtaining station
|
||||
SetBaseCorrections(ctx context.Context, funcs ...SetBaseCorrectionsFunc) error
|
||||
|
||||
//SetModem updates mobile data config
|
||||
SetModem(ctx context.Context, funcs ...SetModemOptionsFunc) error
|
||||
}
|
||||
|
Reference in New Issue
Block a user