remove delay when setting config
This commit is contained in:
		
							parent
							
								
									4c8d17ef40
								
							
						
					
					
						commit
						48c57a1610
					
				| 
						 | 
					@ -358,7 +358,6 @@ protected:
 | 
				
			||||||
      result = JSON_OK;
 | 
					      result = JSON_OK;
 | 
				
			||||||
      logger.logString("update config and restart");
 | 
					      logger.logString("update config and restart");
 | 
				
			||||||
      config.saveConfig();
 | 
					      config.saveConfig();
 | 
				
			||||||
      delay(500);
 | 
					 | 
				
			||||||
      delayedRestart();
 | 
					      delayedRestart();
 | 
				
			||||||
    }
 | 
					    }
 | 
				
			||||||
    else
 | 
					    else
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in New Issue