Merge branch 'main' into cud
This commit is contained in:
		
						commit
						31cfb252df
					
				
					 1 changed files with 6 additions and 6 deletions
				
			
		| 
						 | 
				
			
			@ -752,9 +752,9 @@ void publish_env_state()
 | 
			
		|||
    mqtt_client.loop();
 | 
			
		||||
    if (lcd_current_page == 4)
 | 
			
		||||
    {
 | 
			
		||||
      Serial.printf("roomtemp.txt=\"%.01fC\"",current_room_temp);
 | 
			
		||||
      Serial.printf("roomtemp.txt=\"%.01fC\"", current_room_temp);
 | 
			
		||||
      lcd_send_stop_bit();
 | 
			
		||||
      Serial.printf("roomhumid.txt=\"%d%\"",current_room_humid);
 | 
			
		||||
      Serial.printf("roomhumid.txt=\"%d%%\"", (int)current_room_humid);
 | 
			
		||||
      lcd_send_stop_bit();
 | 
			
		||||
    }
 | 
			
		||||
    break;
 | 
			
		||||
| 
						 | 
				
			
			@ -819,10 +819,10 @@ void lcd_refresh()
 | 
			
		|||
    }
 | 
			
		||||
    break;
 | 
			
		||||
  case 4:
 | 
			
		||||
      Serial.printf("roomtemp.txt=\"%.01fC\"",current_room_temp);
 | 
			
		||||
      lcd_send_stop_bit();
 | 
			
		||||
      Serial.printf("roomhumid.txt=\"%.01f%\"",current_room_humid);
 | 
			
		||||
      lcd_send_stop_bit();
 | 
			
		||||
    Serial.printf("roomtemp.txt=\"%.01fC\"", current_room_temp);
 | 
			
		||||
    lcd_send_stop_bit();
 | 
			
		||||
    Serial.printf("roomhumid.txt=\"%d%%\"", (int)current_room_humid);
 | 
			
		||||
    lcd_send_stop_bit();
 | 
			
		||||
    if (ac_mode != 2)
 | 
			
		||||
      panel.writeStr("temp.txt", String(ac_temperature) + "C");
 | 
			
		||||
    else
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue