release:(1.0.1)添加涡流传感器温度标定方法和标定命令

This commit is contained in:
2026-04-19 01:17:29 +08:00
parent efda3469bf
commit 1d7afaa382
4 changed files with 100 additions and 14 deletions

View File

@@ -97,7 +97,7 @@ int main(void)
#ifndef EDDY_DRIVE_CURRENT_DETECTION
command_process();
delay_ms(10);
// if (g_eddy_current_sensor_report_enabled)
if (g_eddy_current_sensor_report_enabled)
eddy_current_report();
#else