Skip to content

Commit

Permalink
fix: Fix homekit settings
Browse files Browse the repository at this point in the history
  • Loading branch information
jniebuhr committed Nov 21, 2024
1 parent ef9ed3a commit 46f238d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/display/core/Settings.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ void Settings::save() {
preferences.putString("ws", wifiSsid);
preferences.putString("wp", wifiPassword);
preferences.putString("mn", mdnsName);
preferences.putBool("hk", wifiPassword);
preferences.putBool("hk", homekit);
preferences.end();
}

Expand Down

0 comments on commit 46f238d

Please sign in to comment.