Skip to content

Commit e34c9a9

Browse files
committed
No display headers if not needed.
1 parent dc50fc8 commit e34c9a9

File tree

3 files changed

+2
-4
lines changed

3 files changed

+2
-4
lines changed

examples/ChangeName.h

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,6 @@
1919

2020
#include <SPI.h>
2121
#include <Wire.h>
22-
#include <Adafruit_GFX.h>
23-
#include <Adafruit_SSD1306.h>
2422
#include "BootstrapManager.h"
2523

2624

library.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"type": "git",
77
"url": "https://github.com/sblantipodi/arduino_bootstrapper.git"
88
},
9-
"version": "1.11.3",
9+
"version": "1.11.4",
1010
"examples": "examples/*.cpp",
1111
"exclude": "tests",
1212
"frameworks": "arduino",

library.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name=Bootstrapper
2-
version=1.11.3
2+
version=1.11.4
33
author=Davide Perini <[email protected]>
44
maintainer=Davide Perini <[email protected]>
55
sentence=A client library for MQTT messaging.

0 commit comments

Comments
 (0)