diff --git a/project/luatos/inc/luat_conf_bsp_air700exq.h b/project/luatos/inc/luat_conf_bsp_air700exq.h index e5a5e019..dd54df9e 100644 --- a/project/luatos/inc/luat_conf_bsp_air700exq.h +++ b/project/luatos/inc/luat_conf_bsp_air700exq.h @@ -13,6 +13,7 @@ #define LUAT_USE_ZBUFF 1 #define LUAT_USE_PACK 1 #define LUAT_USE_MINIZ 1 +#define LUAT_USE_HMETA 1 #define LUAT_USE_MQTT 1 #define LUAT_USE_FTP 1 @@ -21,7 +22,7 @@ #define LUAT_USE_BIT64 1 #define LUAT_USE_ICONV 1 -#define LUAT_HEAP_SIZE_200K +#define LUAT_HEAP_SIZE (200*1024) #define LUAT_SCRIPT_SIZE 256 #define LUAT_SCRIPT_OTA_SIZE 192 \ No newline at end of file diff --git a/project/luatos/inc/luat_conf_bsp_air780eps.h b/project/luatos/inc/luat_conf_bsp_air780eps.h index 89a64bda..428e7083 100644 --- a/project/luatos/inc/luat_conf_bsp_air780eps.h +++ b/project/luatos/inc/luat_conf_bsp_air780eps.h @@ -37,13 +37,9 @@ #define LUAT_USE_MINIZ 1 #define LUAT_USE_FTP 1 #define LUAT_USE_BIT64 1 - #define LUAT_USE_ICONV 1 -// #define LUAT_USE_MEDIA 1 -// #define LUAT_USE_RECORD 1 -// #define LUAT_USE_TTS 1 -// #define LUAT_USE_TTS_ONCHIP 1 - #define LUAT_SCRIPT_SIZE 512 #define LUAT_SCRIPT_OTA_SIZE 360 + +#define LUAT_HEAP_SIZE (300*1024) diff --git a/project/luatos/inc/luat_conf_bsp_air780eq.h b/project/luatos/inc/luat_conf_bsp_air780eq.h index ca9f4bc1..4dfe068d 100644 --- a/project/luatos/inc/luat_conf_bsp_air780eq.h +++ b/project/luatos/inc/luat_conf_bsp_air780eq.h @@ -5,15 +5,10 @@ #define LUAT_USE_UART 1 #define LUAT_USE_GPIO 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 @@ -27,24 +22,15 @@ #define LUAT_USE_CJSON 1 #define LUAT_USE_ZBUFF 1 #define LUAT_USE_PACK 1 -// #define LUAT_USE_LIBGNSS 1 #define LUAT_USE_FS 1 -// #define LUAT_USE_SENSOR 1 #define LUAT_USE_FSKV 1 -// #define LUAT_USE_I2CTOOLS 1 #define LUAT_USE_MINIZ 1 #define LUAT_USE_FTP 1 #define LUAT_USE_BIT64 1 - #define LUAT_USE_ICONV 1 -// #define LUAT_USE_MEDIA 1 -// #define LUAT_USE_RECORD 1 -// #define LUAT_USE_TTS 1 -// #define LUAT_USE_TTS_ONCHIP 1 - #define LUAT_SCRIPT_SIZE 256 #define LUAT_SCRIPT_OTA_SIZE 192 -#define LUAT_HEAP_SIZE 200 +#define LUAT_HEAP_SIZE (200*1024)