We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b557e8a commit e5a6120Copy full SHA for e5a6120
library.properties
@@ -1,5 +1,5 @@
1
name=KeyDB
2
-version=1.1.0
+version=1.1.1
3
author=Andreas <andreas@zapsterstudios.com>
4
maintainer=Andreas <andreas@zapsterstudios.com>
5
sentence=Wrapper around EEPROM as a key storing database.
src/KeyDB.h
@@ -7,7 +7,7 @@
7
#define DB_KEY_LENGTH 8
8
9
// Include Arduino and EEPROM libraries.
10
-#include "Arduino.h"
+#include <Arduino.h>
11
#include <EEPROM.h>
12
13
// Start class declaration.
0 commit comments