feat: es10x mss as preference #213
Loading…
Add table
Reference in a new issue
No description provided.
Delete branch "septs/OpenEUICC:es10x-mss"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Plans offer two options in settings (developer options)
The user is not allowed to set any value, the default selected is low speed
e8a0a994ad
tod8ef0415b2
@ -102,0 +102,4 @@
if (channel != null) {
val mss = context.preferenceRepository.es10xMssFlow.first()
Log.i(TAG, "Set ${channel.type} channel, ES10x MSS to $mss")
channel.lpa.setEs10xMss(mss.toByte())
Please don't do this. Pass the MSS value down to the EuiccChannelFactory function instead.
d8ef0415b2
toee40a5ec57
e7fb7ed2b8
to678a4e70ab