Skip to content

Commit b6b4b94

Browse files
committed
Arduino Bootstrapper (v1.13.5)
1 parent e3c1a9f commit b6b4b94

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

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.13.4",
9+
"version": "1.13.5",
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.13.4
2+
version=1.13.5
33
author=Davide Perini <[email protected]>
44
maintainer=Davide Perini <[email protected]>
55
sentence=A client library for MQTT messaging.

platformio.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ extra_configs = secrets.ini
1313

1414
[env:bootstrapper]
1515
platform = [email protected] ; for ESP32 use: espressif32
16-
platform_packages = platformio/framework-arduinoespressif8266 @ https://github.com/esp8266/Arduino.git#313b3c07ecccbe6fee24aa9fa447c4aed16ca499
16+
platform_packages = platformio/framework-arduinoespressif8266 @ https://github.com/esp8266/Arduino.git#0e5d358c3c15cff4b12fd89d9e605ff9fa0709a6
1717
board = d1_mini ; for ESP32 Lolin D32 board use: lolin_d32
1818
framework = arduino
1919

0 commit comments

Comments
 (0)