Redact embedded voice assistant credentials
This commit is contained in:
@@ -6,11 +6,11 @@
|
|||||||
#include <Adafruit_ILI9341.h>
|
#include <Adafruit_ILI9341.h>
|
||||||
|
|
||||||
// WiFi credentials
|
// WiFi credentials
|
||||||
const char* ssid = "thetempleofdoom";
|
const char* ssid = "REPLACE_WITH_WIFI_SSID";
|
||||||
const char* password = "myhandsonmyself";
|
const char* password = "REPLACE_WITH_WIFI_PASSWORD";
|
||||||
|
|
||||||
// Gemini API key
|
// Gemini API key
|
||||||
const char* geminiApiKey = "AIzaSyAzFzg_MAcwoH3O-nfriBjlFw5x6UBU5hk";
|
const char* geminiApiKey = "REPLACE_WITH_GOOGLE_API_KEY";
|
||||||
|
|
||||||
// Pin for the button
|
// Pin for the button
|
||||||
// IMPORTANT: Please verify the pin number for your button and update the value below.
|
// IMPORTANT: Please verify the pin number for your button and update the value below.
|
||||||
|
|||||||
Reference in New Issue
Block a user