Redact embedded voice assistant credentials

This commit is contained in:
2026-05-20 20:27:16 -07:00
parent 45f425be31
commit fec7d8406e

View File

@@ -6,11 +6,11 @@
#include <Adafruit_ILI9341.h>
// WiFi credentials
const char* ssid = "thetempleofdoom";
const char* password = "myhandsonmyself";
const char* ssid = "REPLACE_WITH_WIFI_SSID";
const char* password = "REPLACE_WITH_WIFI_PASSWORD";
// Gemini API key
const char* geminiApiKey = "AIzaSyAzFzg_MAcwoH3O-nfriBjlFw5x6UBU5hk";
const char* geminiApiKey = "REPLACE_WITH_GOOGLE_API_KEY";
// Pin for the button
// IMPORTANT: Please verify the pin number for your button and update the value below.