Skip to content

Commit

Permalink
Updated license and version
Browse files Browse the repository at this point in the history
  • Loading branch information
datacute committed Jul 2, 2017
1 parent a26cfc9 commit 1a11629
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions src/DoubleResetDetector.cpp
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
/*
FILE: DoubleResetDetector.cpp
VERSION: 0.0.2
PURPOSE: Trigger configure mode by resetting Arduino twice.
LICENCE: GPL v3 (http://www.gnu.org/licenses/gpl.html)
VERSION: 1.0.0
PURPOSE: Trigger configure mode by resetting ESP8266 twice.
LICENCE: MIT
*/

#include "DoubleResetDetector.h"
Expand Down
8 changes: 4 additions & 4 deletions src/DoubleResetDetector.h
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
/*
FILE: DoubleResetDetector.h
VERSION: 0.0.2
PURPOSE: Trigger configure mode by resetting Arduino twice.
LICENCE: GPL v3 (http://www.gnu.org/licenses/gpl.html)
VERSION: 1.0.0
PURPOSE: Trigger configure mode by resetting ESP8266 twice.
LICENCE: MIT
*/

#ifndef DoubleResetDetector_H__
Expand All @@ -14,7 +14,7 @@
#include <WProgram.h>
#endif

#define DOUBLERESETDETECTOR_VERSION "0.0.2"
#define DOUBLERESETDETECTOR_VERSION "1.0.0"
#define DOUBLERESETDETECTOR_FLAG_SET 0xD0D01234
#define DOUBLERESETDETECTOR_FLAG_CLEAR 0xD0D04321

Expand Down

0 comments on commit 1a11629

Please sign in to comment.