The convenience commands inmodule.pyand thePckGeneratorfunctions handle module firmware based differences in pck command strings with various boolean flags, e.g.is2013 = Trueoris1805 = False`. Unify the handling of firmware based differences by passing the firmware version directly yo the functions.
The convenience commands in
module.pyand the
PckGeneratorfunctions handle module firmware based differences in pck command strings with various boolean flags, e.g.
is2013 = Trueor
is1805 = False`. Unify the handling of firmware based differences by passing the firmware version directly yo the functions.