Mirror von
				https://github.com/Lomanic/presence-button
				synchronisiert 2025-11-04 05:05:36 +00:00 
			
		
		
		
	Remove EspSaveCrash as it wasn't saving any crash, doh!
Dieser Commit ist enthalten in:
		
							Ursprung
							
								
									4e9a9a44c5
								
							
						
					
					
						Commit
						404c440ed4
					
				
							
								
								
									
										6
									
								
								main.ino
									
									
									
									
									
								
							
							
						
						
									
										6
									
								
								main.ino
									
									
									
									
									
								
							@ -9,10 +9,6 @@
 | 
			
		||||
#include <ArduinoJson.h>          //https://github.com/bblanchon/ArduinoJson
 | 
			
		||||
#include <ESP8266mDNS.h>          // https://tttapa.github.io/ESP8266/Chap08%20-%20mDNS.html
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
#include "EspSaveCrash.h"         //DEBUG https://github.com/krzychb/EspSaveCrash
 | 
			
		||||
//EspSaveCrash SaveCrash;
 | 
			
		||||
 | 
			
		||||
//for LED status
 | 
			
		||||
#include <Ticker.h>
 | 
			
		||||
Ticker ticker;
 | 
			
		||||
@ -339,8 +335,6 @@ void setup() {
 | 
			
		||||
  Serial.begin(115200);
 | 
			
		||||
  Serial.println();
 | 
			
		||||
 | 
			
		||||
  SaveCrash.print(); // DEBUG
 | 
			
		||||
 | 
			
		||||
  //set relay pin as output
 | 
			
		||||
  pinMode(RELAY_PIN, OUTPUT);
 | 
			
		||||
  //set led pin as output
 | 
			
		||||
 | 
			
		||||
		Laden…
	
	
			
			x
			
			
		
	
		In neuem Issue referenzieren
	
	Einen Benutzer sperren