versionCommand property
- @override
override
A command to notify the firmware of the Dashboard's supportedVersion.
Implementation
@override
Message get versionCommand => RoverPosition(version: supportedVersion);
A command to notify the firmware of the Dashboard's supportedVersion.
@override
Message get versionCommand => RoverPosition(version: supportedVersion);