Skip to content

Commit 7273c0b

Browse files
committed
Rename header file to stay within Arduino IDE suggested limited. API breaking change
1 parent 34e0ec5 commit 7273c0b

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

examples/RFC6238-generator/RFC6238-generator.ino

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
#include <WebServer.h>
2121
#include <lwip/apps/sntp.h>
2222

23-
#include <TOTP-RC6236-generator.hpp>
23+
#include <TOTP-generator.hpp>
2424

2525
#ifndef WIFI_NETWORK
2626
#define WIFI_NETWORK "mySecretWiFiPassword"

library.properties

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
name=TOTP-RC6236-generator
2-
version=1.0.0
1+
name=TOTP-generator
2+
version=1.0.1
33
author=Dirk-Willem van Gulik
44
license=ASLv2
55
maintainer=Dirk-Willem van Gulik <dirkx@webweaving.org>
@@ -9,4 +9,4 @@ category=Communication
99
url=https://github.com/dirkx/Arduino-TOTP-RFC6238-generator
1010
architectures=*
1111
depends=Base32-Decode
12-
includes=TOTP-RC6236-generator.hpp
12+
includes=TOTP-generator.hpp

0 commit comments

Comments
 (0)