v1.15.0 #311

Merged
muellerr merged 107 commits from develop into main 2022-10-27 11:28:49 +02:00
Showing only changes of commit d8907d5ccc - Show all commits

View File

@ -25,7 +25,9 @@ enum DeploymentChannels : uint8_t { SA_1 = 1, SA_2 = 2 };
class ManualDeploymentCommand : public SerialLinkedListAdapter<SerializeIF> {
public:
ManualDeploymentCommand() = default;
ManualDeploymentCommand() {
setLinks();
}
void setLinks() {
setStart(&burnTime);