feat: prove the Wi-Fi, LittleFS, and HTTP vertical slice
This commit is contained in:
@@ -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"
|
||||
Reference in New Issue
Block a user