Documentation: Fix docu of overtemp flag
This commit is contained in:
		@@ -136,7 +136,11 @@ ERR_FLAG_OVERTEMP
 | 
				
			|||||||
---------------------------
 | 
					---------------------------
 | 
				
			||||||
 | 
					
 | 
				
			||||||
``ERR_FLAG_OVERTEMP`` is set if the :ref:`pt1000_processing` detects an overtemperature.
 | 
					``ERR_FLAG_OVERTEMP`` is set if the :ref:`pt1000_processing` detects an overtemperature.
 | 
				
			||||||
The default limit is ``260 degrees Celsius``. However, it is possible to configure the limit and permanenty store it in the EEPROM since hardware version v1.3.
 | 
					The default limit is set to:
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					.. doxygendefine:: SAFETY_DEFAULT_OVERTEMP_LIMIT_DEGC
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					However, it is possible to configure the limit and permanenty store it in the EEPROM since hardware version v1.3.
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
========== ============= ============= ===========
 | 
					========== ============= ============= ===========
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -130,7 +130,7 @@ enum analog_value_monitor {
 | 
				
			|||||||
#define SAFETY_EXT_WATCHDOG_PIN (12)
 | 
					#define SAFETY_EXT_WATCHDOG_PIN (12)
 | 
				
			||||||
 | 
					
 | 
				
			||||||
/**
 | 
					/**
 | 
				
			||||||
 * @brief Default Limit of the overtemperature detection
 | 
					 * @brief Default Limit of the overtemperature detection in degrees celsius
 | 
				
			||||||
 */
 | 
					 */
 | 
				
			||||||
#define SAFETY_DEFAULT_OVERTEMP_LIMIT_DEGC (260.0f)
 | 
					#define SAFETY_DEFAULT_OVERTEMP_LIMIT_DEGC (260.0f)
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user