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
@@ -0,0 +1,6 @@
#pragma once
// Copy this file to include/wifi_config.h and set the local home-network
// credentials. The copied file is ignored by Git and must never be committed.
#define WIFI_CONFIG_SSID "replace-with-network-name"
#define WIFI_CONFIG_PASSWORD "replace-with-network-password"