Skip to content

Commit

Permalink
Fix bug that prevents the saving of the device config.
Browse files Browse the repository at this point in the history
  • Loading branch information
MartinMueller2003 committed Nov 5, 2023
1 parent e73b2ba commit 96fa1b8
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions html/script.js
Original file line number Diff line number Diff line change
Expand Up @@ -1571,10 +1571,9 @@ function submitDeviceConfig() {

ExtractChannelConfigFromHtmlPage(Output_Config.channels, "output");

// submitNetworkConfig();
ServerAccess.callFunction(SendConfigFileToServer, "output_config", {'output_config': Output_Config});
ServerAccess.callFunction(SendConfigFileToServer, "input_config", {'input_config': Input_Config});
ServerAccess.callFunction(SendConfigFileToServer, "config", {'system': System_Config});
submitNetworkConfig();

} // submitDeviceConfig

Expand Down

0 comments on commit 96fa1b8

Please sign in to comment.