versionCommand property
- @override
override
A command to notify the firmware of the Dashboard's supportedVersion.
Implementation
@override
Message get versionCommand => VideoData(version: Version(major: 1, minor: 2));
A command to notify the firmware of the Dashboard's supportedVersion.
@override
Message get versionCommand => VideoData(version: Version(major: 1, minor: 2));