Skip to content

Commit

Permalink
fix type for infrared remote
Browse files Browse the repository at this point in the history
  • Loading branch information
makeevrserg committed Sep 9, 2024
1 parent a33b9be commit 3f5ad70
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ internal fun InfraredRemote.toByteArray(): ByteArray {
)

is InfraredRemote.Raw -> listOf(
type,
frequency,
dutyCycle,
data
Expand Down

0 comments on commit 3f5ad70

Please sign in to comment.