Skip to content

Commit

Permalink
Move DFU classes to package
Browse files Browse the repository at this point in the history
  • Loading branch information
pipe01 committed Apr 2, 2024
1 parent 7b70739 commit e2b38a9
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 4 deletions.
2 changes: 0 additions & 2 deletions app/src/main/java/net/pipe01/pinepartner/devices/dfu/DFU.kt
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,6 @@ import kotlinx.coroutines.flow.onCompletion
import kotlinx.coroutines.launch
import kotlinx.serialization.decodeFromString
import kotlinx.serialization.json.Json
import net.pipe01.pinepartner.devices.DFUManifest
import net.pipe01.pinepartner.devices.DFUProgress
import net.pipe01.pinepartner.devices.Device
import net.pipe01.pinepartner.devices.InfiniTime
import net.pipe01.pinepartner.utils.unzip
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package net.pipe01.pinepartner.devices
package net.pipe01.pinepartner.devices.dfu

import kotlinx.serialization.Serializable

Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package net.pipe01.pinepartner.devices
package net.pipe01.pinepartner.devices.dfu

import android.os.Parcelable
import kotlinx.parcelize.Parcelize
Expand Down

0 comments on commit e2b38a9

Please sign in to comment.