* Altered DropDown widget: Added another mandatory path variable - selection value (depending on use case, one could prefer direct access to selection value rather than selection index); and another optional path variable - options (string variable to allow for dynamic change of options, as opposed to providing static list of options through arguments); and example with both static and dynamic dropdowns.
* Make second path variable optional, for backwards compatibility
#
# Generated by erpcgen 1.13.0 on Fri Nov 8 11:06:24 2024.
#
# AUTOGENERATED - DO NOT EDIT
#
try:
from erpc import erpc_version
version = erpc_version.ERPC_VERSION
except ImportError:
version = "unknown"
if version != "1.13.0":
raise ValueError("The generated shim code version (1.13.0) is different to the rest of eRPC code (%s). \
Install newer version by running \"python setup.py install\" in folder erpc/erpc_python/." % repr(version))