Merge branch 'main' into cud
This commit is contained in:
		
						commit
						a4400a1094
					
				
					 3 changed files with 7 additions and 0 deletions
				
			
		
							
								
								
									
										1
									
								
								.gitignore
									
										
									
									
										vendored
									
									
								
							
							
						
						
									
										1
									
								
								.gitignore
									
										
									
									
										vendored
									
									
								
							| 
						 | 
				
			
			@ -3,3 +3,4 @@
 | 
			
		|||
.vscode/c_cpp_properties.json
 | 
			
		||||
.vscode/launch.json
 | 
			
		||||
.vscode/ipch
 | 
			
		||||
.vs/
 | 
			
		||||
| 
						 | 
				
			
			@ -958,6 +958,11 @@ void trigger13()
 | 
			
		|||
  ESP.restart();
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
void trigger14() {
 | 
			
		||||
  Serial.print("page dashboard");
 | 
			
		||||
  lcd_send_stop_bit();
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
void eeprom_pwm_update()
 | 
			
		||||
{
 | 
			
		||||
  if (memcmp(pwm_states, pwm_states_eeprom, 16))
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -77,6 +77,7 @@ void trigger10();
 | 
			
		|||
void trigger11();
 | 
			
		||||
void trigger12();
 | 
			
		||||
void trigger13();
 | 
			
		||||
void trigger14();
 | 
			
		||||
 | 
			
		||||
void eeprom_retrieve_init();
 | 
			
		||||
void eeprom_pwm_update();
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue