Skip to content

Commit

Permalink
LittleFS support, release 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
domschl committed Dec 25, 2020
1 parent f36d3ba commit 81c00b7
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,7 @@ pio run -t updatefs

## History

- 0.2.0 (2020-12-25): Initial support for LittleFS on ESP8266.
- 0.1.99 2020-09 (not yet released): Ongoing preparations for switch to LittleFS, since SPIFFS is deprecated.
- 0.1.11 (2019-12-27): New mqtt.h api functions `addSubscription()`, `removeSubscription()` that
allow to import additional topics from external MQTT server. See [API doc](https://muwerk.github.io/munet/docs/classustd_1_1Mqtt.html) for details.
Expand Down
2 changes: 1 addition & 1 deletion library.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"authors": "Dominik Schösser, Leo Moll",
"frameworks": "arduino"
}],
"version": "0.1.11",
"version": "0.2.0",
"frameworks": "arduino",
"platforms": "espressif8266,espressif32"
}
2 changes: 1 addition & 1 deletion library.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name=munet
version=0.1.11
version=0.2.0
author=Dominik Schlösser, Leo Moll
maintainer=Dominik Schlösser, <dsc@dosc.net>
sentence=Modules for WLAN-Client, NTP, OTA, MQTT on ESP32/ESP8266 compatible with muwerk scheduler
Expand Down

0 comments on commit 81c00b7

Please sign in to comment.