Files
battleship/include/wifi_config.h.example

7 lines
281 B
Plaintext

#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"