From 02dbc8a4e2128412e39a8b9d34e0eac0dc6ea91c Mon Sep 17 00:00:00 2001
From: Matteo Pignataro <matteo.pignataro@skywarder.eu>
Date: Tue, 28 Feb 2023 20:38:08 +0100
Subject: [PATCH] [Gemini] Added TODO

---
 message_definitions/gemini.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/message_definitions/gemini.xml b/message_definitions/gemini.xml
index 772113f..827e133 100644
--- a/message_definitions/gemini.xml
+++ b/message_definitions/gemini.xml
@@ -682,6 +682,7 @@
             <field name="top_tank_pressure" type="float" units="Pa">Tank upper pressure</field>
             <field name="bottom_tank_pressure" type="float" units="Pa">Tank bottom pressure</field>
             <field name="combustion_chamber_pressure" type="float" units="Pa">Pressure inside the combustion chamber used for automatic shutdown</field>
+            <!--TODO DECIDE IF COMBUSTION CHAMBER TEMPERATURE SHOULD BE KEPT-->
             <field name="combustion_chamber_temperature" type="float" units="degC">Combustion chamber inner temperature</field>
             <field name="floating_level" type="uint8_t">Floating level in tank</field>
             <field name="tank_temperature" type="float">Tank temperature</field>
-- 
GitLab