Checks if the controller version is compatible with the software version.
Evaluates if the current hardware version meets software requirements.
planetcnc.hw_version_valid()
#! /usr/bin/env python import planetcnc result = planetcnc.hw_version_valid() print("Version valid:", result)