OpenBCI/OpenBCI_GUI

Rename UDP type field of EMG Joystick

isaacplotkin opened this issue · 1 comments

Problem

Christian brought up a good point that the type field in the UDP packet for the EMG joystick is named "DroneControl", but it would more sense to have a more generic name since the EMG joystick can be used to control more than just a drone.

Expected

Rename this UDP packet type to "Joystick" or "EMGJoystick"

GUI Version

v5.2.1

In this version of the GUI, it is already like this.

} else if (this.protocol.equals("UDP")) {
            StringBuilder output = new StringBuilder("{\"type\":\"emgJoystick\",\"data\":[");