diff src/calibrate.inc @ 634:4050675965ea

3.10 stable release
author heinrichsweikamp
date Tue, 28 Apr 2020 17:34:31 +0200
parents c40025d8e750
children 8af5aefbcdaf
line wrap: on
line diff
--- a/src/calibrate.inc	Thu Mar 05 15:06:14 2020 +0100
+++ b/src/calibrate.inc	Tue Apr 28 17:34:31 2020 +0200
@@ -1,12 +1,12 @@
 ;=============================================================================
 ;
-;   File calibrate.inc                        combined next generation V3.03.1
+;   File calibrate.inc                      * combined next generation V3.09.4n
 ;
 ;=============================================================================
 
 
  IFDEF _external_sensor
 	extern	calibrate_mix					; calibrate sensors
-	extern	compute_mvolts_for_all_sensors	; compute sensor mV values from digital transmitted data
+	extern	compute_mvolts_from_rawdata		; compute sensor mV values from digital transmitted data
 	extern	transmit_setpoint				; transmit current setpoint to external electronics
  ENDIF