diff --git a/firmware/config/boards/hellen/alphax-4K-GDI/board.mk b/firmware/config/boards/hellen/alphax-4K-GDI/board.mk index 0148a525e3..b2659c3a04 100644 --- a/firmware/config/boards/hellen/alphax-4K-GDI/board.mk +++ b/firmware/config/boards/hellen/alphax-4K-GDI/board.mk @@ -8,7 +8,7 @@ BOARDCPPSRC = $(BOARD_DIR)/board_configuration.cpp DDEFS += -DEFI_MAIN_RELAY_CONTROL=TRUE DDEFS += -DEFI_MC33816=TRUE DDEFS += -DBOARD_TLE9104_COUNT=4 - +DDEFS += -DLUA_USER_HEAP=92000 diff --git a/firmware/config/boards/hellen/alphax-4K-GDI/prepend.txt b/firmware/config/boards/hellen/alphax-4K-GDI/prepend.txt index 3b8683ee12..8aedc31e16 100644 --- a/firmware/config/boards/hellen/alphax-4K-GDI/prepend.txt +++ b/firmware/config/boards/hellen/alphax-4K-GDI/prepend.txt @@ -17,3 +17,4 @@ #define ts_show_gdi true #define ts_show_gdi_low_level false +#define LUA_SCRIPT_SIZE 26000