From 65062d0d5b21f838aa0043a15ce54cfab8d72c43 Mon Sep 17 00:00:00 2001
From: wujiazhi <1147861305@qq.com>
Date: Tue, 11 Jun 2024 14:23:53 +0800
Subject: [PATCH] 1.Fixed communication failure between MCU and wireless module 2.Fix the wrong judgment of alkaline lithium power

---
 Soft/AES128.c |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)

diff --git a/Soft/AES128.c b/Soft/AES128.c
index 1bf8ecb..ed85e55 100644
--- a/Soft/AES128.c
+++ b/Soft/AES128.c
@@ -45,6 +45,10 @@
   #define MULTIPLY_AS_A_FUNCTION 0
 #endif
 
+uint8_t KVer_AES_128[16];
+uint8_t yushu_16;          	
+uint8_t shang_16;		  	
+
 uint8_t KVer_AES_128_xinao[9][16];
 /*****************************************************************************/
 /* Private variables:                                                        */

--
Gitblit v1.9.3