Skip to content

Commit

Permalink
tracket ssid/passkey
Browse files Browse the repository at this point in the history
  • Loading branch information
tcsullivan committed Jul 2, 2024
1 parent 71fec1e commit ec97d67
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions noisemeter-device/access-point.h
Original file line number Diff line number Diff line change
Expand Up @@ -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:
/**
Expand Down

0 comments on commit ec97d67

Please sign in to comment.