Browse Source

实现0A 08 03命令控制。

xuxinyi 1 month ago
parent
commit
ff6f99b650
1 changed files with 1 additions and 0 deletions
  1. 1 0
      Core/Src/main.c

+ 1 - 0
Core/Src/main.c

@@ -466,6 +466,7 @@ int main(void)
           case STEP_COMPLETE:
             if (deviceInfo.loraSendSuccessFlag == 0) {
               E52_Heartbeat_Fun();
+
             }else {
               continue;
             }