From 86b56049d8456e63b5f5e44aff34bf6c1f218a26 Mon Sep 17 00:00:00 2001 From: Wendal Chen Date: Thu, 5 Dec 2024 09:28:19 +0800 Subject: [PATCH] =?UTF-8?q?change:=20=E6=8C=89780ep=E7=9A=84=E9=85=8D?= =?UTF-8?q?=E7=BD=AE,=E5=8E=BB=E7=94=9F=E6=88=90780epm=E7=9A=84=E9=85=8D?= =?UTF-8?q?=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- project/luatos/inc/luat_conf_bsp_air780epm.h | 38 ++++++++------------ 1 file changed, 15 insertions(+), 23 deletions(-) diff --git a/project/luatos/inc/luat_conf_bsp_air780epm.h b/project/luatos/inc/luat_conf_bsp_air780epm.h index e02593e4..c31bdd3e 100644 --- a/project/luatos/inc/luat_conf_bsp_air780epm.h +++ b/project/luatos/inc/luat_conf_bsp_air780epm.h @@ -1,40 +1,31 @@ - -// #if !defined(TYPE_EC716U) -// #error("Air780EPS只能是EC718U芯片") -// #endif - - -#define LUAT_USE_UART 1 #define LUAT_USE_GPIO 1 +#define LUAT_USE_UART 1 #define LUAT_USE_I2C 1 #define LUAT_USE_SPI 1 #define LUAT_USE_ADC 1 #define LUAT_USE_PWM 1 #define LUAT_USE_WDT 1 #define LUAT_USE_PM 1 -#define LUAT_USE_MCU 1 #define LUAT_USE_RTC 1 -#define LUAT_USE_OTP 1 #define LUAT_USE_WLAN 1 #define LUAT_USE_SMS 1 -#define LUAT_USE_HMETA 1 - -#define LUAT_USE_IOTAUTH 1 -#define LUAT_USE_MQTT 1 -#define LUAT_USE_FTP 1 -#define LUAT_USE_WEBSOCKET 1 -#define LUAT_USE_SOFT_UART 1 +#define LUAT_USE_MCU 1 #define LUAT_USE_CRYPTO 1 #define LUAT_USE_CJSON 1 #define LUAT_USE_ZBUFF 1 #define LUAT_USE_PACK 1 -#define LUAT_USE_FS 1 -#define LUAT_USE_SENSOR 1 +#define LUAT_USE_MINIZ 1 +#define LUAT_USE_HMETA 1 #define LUAT_USE_FSKV 1 -#define LUAT_USE_I2CTOOLS 1 -#define LUAT_USE_MINIZ 1 + +#define LUAT_USE_MQTT 1 +#define LUAT_USE_FTP 1 +#define LUAT_USE_WEBSOCKET 1 + + +#define LUAT_USE_IOTAUTH 1 #define LUAT_USE_BIT64 1 #define LUAT_USE_ICONV 1 @@ -43,7 +34,8 @@ #define LUAT_USE_XXTEA 1 #define LUAT_USE_GMSSL 1 -#define LUAT_SCRIPT_SIZE 512 -#define LUAT_SCRIPT_OTA_SIZE 360 - #define LUAT_HEAP_SIZE (300*1024) + +#define LUAT_SCRIPT_SIZE 256 +#define LUAT_SCRIPT_OTA_SIZE 192 +