Skip to content

Commit

Permalink
fix serialzing to json
Browse files Browse the repository at this point in the history
  • Loading branch information
mp-se committed Sep 19, 2023
1 parent eaccf5b commit f9417fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/webserver.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -708,7 +708,7 @@ void WebServerHandler::webHandleConfigAdvancedRead() {
doc[PARAM_HW_GYRO_MOVING_THREASHOLD] =
myAdvancedConfig.getGyroSensorMovingThreashold();
doc[PARAM_HW_FORMULA_DEVIATION] =
myAdvancedConfig.getMaxFormulaCreationDeviation();
serialized(String(myAdvancedConfig.getMaxFormulaCreationDeviation(), DECIMALS_SG));
doc[PARAM_HW_WIFI_PORTAL_TIMEOUT] = myAdvancedConfig.getWifiPortalTimeout();
doc[PARAM_HW_WIFI_CONNECT_TIMEOUT] = myAdvancedConfig.getWifiConnectTimeout();
doc[PARAM_HW_PUSH_TIMEOUT] = myAdvancedConfig.getPushTimeout();
Expand Down

0 comments on commit f9417fa

Please sign in to comment.