[fix] remove repeated adc_rtot function

This commit is contained in:
zhji 2024-04-08 11:42:29 +08:00
parent 23c8d51951
commit 6276df31cc

View File

@ -184,7 +184,6 @@ void adc_loop(void)
#else
value = adc_rtot(val);
#endif
value = adc_rtot(val);
debug_write_data(24 + ch, (float)value);
device_data.detector_temperature = value;
ch = 1;