set gpio when switching to custom board

This commit is contained in:
MichaelDvP
2026-01-11 16:25:42 +01:00
parent 33bb433d7e
commit 08124fa4db

View File

@@ -436,6 +436,7 @@ void WebSettings::set_board_profile(WebSettings & settings) {
// as it's already set
if (settings.board_profile == "CUSTOM") {
EMSESP::logger().info("Using CUSTOM board profile");
EMSESP::system_.set_valid_system_gpios();
return;
}