잘못 적용된 초기화 값 수정
This commit is contained in:
@@ -1,5 +1,5 @@
|
|||||||
package com.laseroptek.raman.data.model.serial
|
package com.laseroptek.raman.data.model.serial
|
||||||
|
|
||||||
data class HandPiece(
|
data class HandPiece(
|
||||||
val type:Int = 1 // ascii (00 ~ 99)
|
val type:Int = 0 // ascii (00 ~ 99)
|
||||||
)
|
)
|
||||||
|
|||||||
Reference in New Issue
Block a user