feat: prove the Wi-Fi, LittleFS, and HTTP vertical slice

This commit is contained in:
2026-08-28 00:09:31 +03:00
parent c1fb19af53
commit 0619c6be9c
10 changed files with 409 additions and 117 deletions
+6
View File
@@ -1,3 +1,9 @@
cmake_minimum_required(VERSION 3.16.0)
include($ENV{IDF_PATH}/tools/cmake/project.cmake)
# PlatformIO installs the pinned ESP-IDF LittleFS component per environment.
get_filename_component(platformio_environment "${CMAKE_BINARY_DIR}" NAME)
list(APPEND EXTRA_COMPONENT_DIRS
"${CMAKE_SOURCE_DIR}/.pio/libdeps/${platformio_environment}/esp_littlefs")
project(battleship)