Skip to content

Commit e5a6120

Browse files
committed
🐛 Changed Arduino inclusion
1 parent b557e8a commit e5a6120

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

library.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name=KeyDB
2-
version=1.1.0
2+
version=1.1.1
33
author=Andreas <andreas@zapsterstudios.com>
44
maintainer=Andreas <andreas@zapsterstudios.com>
55
sentence=Wrapper around EEPROM as a key storing database.

src/KeyDB.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
#define DB_KEY_LENGTH 8
88

99
// Include Arduino and EEPROM libraries.
10-
#include "Arduino.h"
10+
#include <Arduino.h>
1111
#include <EEPROM.h>
1212

1313
// Start class declaration.

0 commit comments

Comments
 (0)