aboutsummaryrefslogtreecommitdiffstats
path: root/Software/PMR
diff options
context:
space:
mode:
authorVictoria Plitt <Victoria.Plitt@twine-s.com>2022-11-03 16:22:14 +0200
committerVictoria Plitt <Victoria.Plitt@twine-s.com>2022-11-03 16:22:14 +0200
commit33907cc43364f70425578cc703989149a549ff1a (patch)
tree66e4f311e3f1776784984423e5ab92874c7b4788 /Software/PMR
parent3129bcc8603f9f0dcc394c34484f7f00f04d1c50 (diff)
downloadTango-33907cc43364f70425578cc703989149a549ff1a.tar.gz
Tango-33907cc43364f70425578cc703989149a549ff1a.zip
Added to Protobuf message ConversionInput bool ForFineTuning.
Related Work Items: #7324
Diffstat (limited to 'Software/PMR')
-rw-r--r--Software/PMR/Messages/ColorLab/ConversionInput.proto1
1 files changed, 1 insertions, 0 deletions
diff --git a/Software/PMR/Messages/ColorLab/ConversionInput.proto b/Software/PMR/Messages/ColorLab/ConversionInput.proto
index 069abd7df..a64870f52 100644
--- a/Software/PMR/Messages/ColorLab/ConversionInput.proto
+++ b/Software/PMR/Messages/ColorLab/ConversionInput.proto
@@ -26,4 +26,5 @@ message ConversionInput
bytes GbdData = 15;
bytes LubData = 16;
bool UseLubricantTransform = 17;
+ bool ForFineTuning = 18;
} \ No newline at end of file