diff --git a/usrc/main.cpp b/usrc/main.cpp index fb83317..f0ff153 100644 --- a/usrc/main.cpp +++ b/usrc/main.cpp @@ -10,8 +10,7 @@ #include "sdk\components\mini_servo_motor\feite_servo_motor.hpp" #include "sdk\components\mini_servo_motor\mini_servo_motor_ctrl_module.hpp" #include "sdk\components\modbus\modbus_client.hpp" -#include "sdk\components\pipette_module\pipette_ctrl_module_v2.hpp" -#include "sdk\components\sensors\m3078\m3078_code_scaner.hpp" + #include "sdk\components\tmc\ic\ztmc4361A.hpp" #include "sdk\components\tmc\ic\ztmc5130.hpp" // diff --git a/usrc/project_configs.h b/usrc/project_configs.h index 4b10e9c..6da0ea8 100644 --- a/usrc/project_configs.h +++ b/usrc/project_configs.h @@ -1,5 +1,5 @@ #pragma once -#define PC_VERSION "v6" +#define PC_VERSION "v7" #define PC_MANUFACTURER "http://www.iflytop.com/" #define PC_PROJECT_NAME "graphite_digester_temperature_sensors_board" #define PC_IFLYTOP_ENABLE_OS 1