mirror of
https://github.com/Lomanic/presence-button
synced 2024-11-24 06:17:30 +00:00
Remove EspSaveCrash as it wasn't saving any crash, doh!
This commit is contained in:
parent
4e9a9a44c5
commit
404c440ed4
6
main.ino
6
main.ino
@ -9,10 +9,6 @@
|
|||||||
#include <ArduinoJson.h> //https://github.com/bblanchon/ArduinoJson
|
#include <ArduinoJson.h> //https://github.com/bblanchon/ArduinoJson
|
||||||
#include <ESP8266mDNS.h> // https://tttapa.github.io/ESP8266/Chap08%20-%20mDNS.html
|
#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
|
//for LED status
|
||||||
#include <Ticker.h>
|
#include <Ticker.h>
|
||||||
Ticker ticker;
|
Ticker ticker;
|
||||||
@ -339,8 +335,6 @@ void setup() {
|
|||||||
Serial.begin(115200);
|
Serial.begin(115200);
|
||||||
Serial.println();
|
Serial.println();
|
||||||
|
|
||||||
SaveCrash.print(); // DEBUG
|
|
||||||
|
|
||||||
//set relay pin as output
|
//set relay pin as output
|
||||||
pinMode(RELAY_PIN, OUTPUT);
|
pinMode(RELAY_PIN, OUTPUT);
|
||||||
//set led pin as output
|
//set led pin as output
|
||||||
|
Loading…
Reference in New Issue
Block a user