Skip to content

Commit

Permalink
Merge branch 'dev' of https://github.com/emsesp/EMS-ESP32 into dev
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaelDvP committed Dec 14, 2022
2 parents 5c9ba8d + 6eeb8de commit e4cda40
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/web/WebSettingsService.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,6 @@ StateUpdateResult WebSettings::update(JsonObject & root, WebSettings & settings)
#elif CONFIG_IDF_TARGET_ESP32
settings.board_profile = root["board_profile"] | EMSESP_DEFAULT_BOARD_PROFILE;
#endif
settings.board_profile = "S32";

if (!System::load_board_profile(data, settings.board_profile.c_str())) {
// unknown, check for ethernet, use default E32/S32
Expand Down Expand Up @@ -355,4 +354,4 @@ void WebSettingsService::board_profile(AsyncWebServerRequest * request, JsonVari
request->send(response);
}

} // namespace emsesp
} // namespace emsesp

0 comments on commit e4cda40

Please sign in to comment.