잘못 적용된 초기화 값 수정

This commit is contained in:
StevenBuzzi
2026-03-06 13:38:07 +09:00
parent a5ef8f6da3
commit 92b679b996

View File

@@ -1,5 +1,5 @@
package com.laseroptek.raman.data.model.serial
data class HandPiece(
val type:Int = 1 // ascii (00 ~ 99)
val type:Int = 0 // ascii (00 ~ 99)
)