From 8a0a167adbf3d9b6f8b6f16aaf20ca39ad5549de Mon Sep 17 00:00:00 2001 From: jacqueline Date: Sun, 12 Nov 2023 19:14:09 +1100 Subject: Convert the main menu screen to lua lol --- lib/esp-idf-lua/examples/vfs/Makefile | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 lib/esp-idf-lua/examples/vfs/Makefile (limited to 'lib/esp-idf-lua/examples/vfs/Makefile') diff --git a/lib/esp-idf-lua/examples/vfs/Makefile b/lib/esp-idf-lua/examples/vfs/Makefile new file mode 100644 index 00000000..b4e2554e --- /dev/null +++ b/lib/esp-idf-lua/examples/vfs/Makefile @@ -0,0 +1,8 @@ +PROJECT_NAME := example-lua-vfs + +EXTRA_COMPONENT_DIRS := $(CURDIR)/../.. + +include $(IDF_PATH)/make/project.mk + +SPIFFS_IMAGE_FLASH_IN_PROJECT := 1 +$(eval $(call spiffs_create_partition_image,storage,spiffs_image)) -- cgit v1.2.3