vehicle-monitor/ESP32/wifi-credentials.h.template

8 lines
310 B
Plaintext
Raw Normal View History

// To avoid saving your wifi credentials in the git repository, wifi-credentials.h.template is ignored by git
// Copy this file and name it wifi-credentials.h
// Then edit your wifi SSID and password
const char* wifi_ssid = "REPLACE_WITH_YOUR_SSID";
const char* wifi_password = "REPLACE_WITH_YOUR_PASSWORD";