diff --git a/main/app_main.cpp b/main/app_main.cpp index 7afa75e..5a8202f 100644 --- a/main/app_main.cpp +++ b/main/app_main.cpp @@ -59,18 +59,6 @@ void process_camera_identifies_failed_event(void) void process_key_event(void) { - if (camera_recognition_reaction_plate()) - { - /* 有反应板的处理 */ - } - else - { - /* 没有反应板的处理(加热) */ - if (T_temp_get_data() <= 48.0) - { - T_heating_plate_start(); - } - } } extern "C" void app_main(void)