Console screen implemented
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
package com.helible.pilot.dataclasses
|
||||
|
||||
import com.squareup.moshi.Json
|
||||
|
||||
data class SticksPosition(
|
||||
@Json(name = "hS") val heightStick: Int,
|
||||
@Json(name = "yS") val yawStick: Int,
|
||||
@Json(name = "pS") val pitchStick: Int
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user