We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 34e0ec5 commit 7273c0bCopy full SHA for 7273c0b
3 files changed
examples/RFC6238-generator/RFC6238-generator.ino
@@ -20,7 +20,7 @@
20
#include <WebServer.h>
21
#include <lwip/apps/sntp.h>
22
23
-#include <TOTP-RC6236-generator.hpp>
+#include <TOTP-generator.hpp>
24
25
#ifndef WIFI_NETWORK
26
#define WIFI_NETWORK "mySecretWiFiPassword"
library.properties
@@ -1,5 +1,5 @@
1
-name=TOTP-RC6236-generator
2
-version=1.0.0
+name=TOTP-generator
+version=1.0.1
3
author=Dirk-Willem van Gulik
4
license=ASLv2
5
maintainer=Dirk-Willem van Gulik <dirkx@webweaving.org>
@@ -9,4 +9,4 @@ category=Communication
9
url=https://github.com/dirkx/Arduino-TOTP-RFC6238-generator
10
architectures=*
11
depends=Base32-Decode
12
-includes=TOTP-RC6236-generator.hpp
+includes=TOTP-generator.hpp
src/TOTP-RC6236-generator.hpp src/TOTP-generator.hppsrc/TOTP-RC6236-generator.hpp renamed to src/TOTP-generator.hpp
0 commit comments