We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 19f1382 + c3e262c commit 2ff0fc8Copy full SHA for 2ff0fc8
android/src/main/java/uk/co/playerdata/reactnativemcumanager/ReactNativeMcuManagerModule.kt
@@ -18,7 +18,7 @@ private const val MODULE_NAME = "ReactNativeMcuManager"
18
private val TAG = "McuManagerModule"
19
20
private const val UPGRADE_STATE_EVENTS = "upgradeStateChanged"
21
-private const val UPLOAD_PROGRESS_EVENTS = "uploadProgressChanged"
+private const val UPLOAD_PROGRESS_EVENTS = "uploadProgress"
22
23
class UpdateOptions : Record {
24
@Field val estimatedSwapTime: Int = 0
0 commit comments