Joystick & Pid Configuration
Flexible PID configuration and joysticks were added
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
package com.helible.pilot.dataclasses
|
||||
|
||||
// This dataclass provide message content with its type without any markers
|
||||
data class GeneralMessage(
|
||||
val type: MessageType,
|
||||
val data: String
|
||||
)
|
||||
Reference in New Issue
Block a user