فهرست منبع

2021-10-14 / Eason Yang
Action:
1. Replace: version and upgrade date.

File:
1. Module_Wifi.c
Action 1

Version: V0.21

8009 3 سال پیش
والد
کامیت
bdfdbaa4e7
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      EVSE/Modularization/Module_Wifi.c

+ 1 - 1
EVSE/Modularization/Module_Wifi.c

@@ -260,7 +260,7 @@ int isValidCheckSum(uint8_t *message);
 char *Support_InterfaceSTA[2]	= {"mlan0", "wlan0"};
 char *Support_InterfaceAP[1]	= {"uap0"};
 char *valid_Internet[2]			= {"8.8.8.8", "180.76.76.76"};
-char *Version_And_Date[2]		= {"V0.20","2021-09-02"};
+char *Version_And_Date[2]		= {"V0.21","2021-10-14"};
 int protocol_Version [] 		= {0,7,0};
 
 int StoreLogMsg(const char *fmt, ...)