From ec97d67f7bb9155dde08da4591695f29dce4b4d2 Mon Sep 17 00:00:00 2001 From: Clyne Sullivan Date: Tue, 2 Jul 2024 19:23:08 -0400 Subject: [PATCH] tracket ssid/passkey --- noisemeter-device/access-point.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/noisemeter-device/access-point.h b/noisemeter-device/access-point.h index fc8127a..678f975 100644 --- a/noisemeter-device/access-point.h +++ b/noisemeter-device/access-point.h @@ -41,9 +41,9 @@ class AccessPoint : public RequestHandler { /** Hard-coded SSID for the access point. */ - static constexpr auto SSID = "Noise meter"; + static constexpr auto SSID = "tRacket Setup"; /** Hard-coded passkey for the access point. */ - static constexpr auto Passkey = "noisemeter"; + static constexpr auto Passkey = "noise123"; public: /**