Compare commits
1 Commits
develop
...
f75dfc706a
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
f75dfc706a |
@@ -1117,6 +1117,9 @@ class MainViewModel @Inject constructor(
|
||||
increaseLampCount()
|
||||
saveLampCountToPreference()
|
||||
|
||||
Timber.d("Laser shot: lampCount=${_lampCount.value}, laserCount=${_laserCount.value} " +
|
||||
"handPieceType=${handPiece.value.type}, hpCount=${hpCount.value}")
|
||||
|
||||
val repetitionIndex = repetitionAngle.value.degreeToStep(totalSteps = repetitionList.value.size)
|
||||
val repetition = repetitionList.value[repetitionIndex]
|
||||
Timber.d("repetition: ${repetition}")
|
||||
@@ -1198,7 +1201,6 @@ class MainViewModel @Inject constructor(
|
||||
}
|
||||
Timber.d("HAND_PIECE lifetime: type=${h.type}, value=${connectedHandPieceLifeTime}, hpCount=${hpCount.value}")
|
||||
|
||||
|
||||
// hand piece가 변경 시점 에서, pref 테이블 값을 -> energyTable 로 로딩
|
||||
loadFluenceTable(handPiece.value.type)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user