Skip to content

Releases: gilmaimon/Arduino-CloudStorage

Updated ArduinoJson dependency and minor networking changes

19 Mar 19:43
Compare
Choose a tag to compare
  • Project now dependes on ArduinoJson version 6.xx instead of the old 5.xx
  • Added yield() as default behviour inside CloudStorage::loop in case the user will not call delay or yield himself.

Patch - ESP32 bug

15 Mar 21:44
6e92f4c
Compare
Choose a tag to compare

Hotifxed issue in esp32's impl. Usage of websockets after HTTPClient caused problems.

Real Time Updates

23 Feb 16:56
5b57418
Compare
Choose a tag to compare

Added real time updates (support for WS interface)
ArduinoWebsockets is now a dependency

Aggregations, Atomics and Examples

07 Jan 16:30
d759022
Compare
Choose a tag to compare

Aggregations, Atomics and Examples

07 Jan 16:26
Compare
Choose a tag to compare
0.4

Merge branch 'master' of https://github.com/gilmaimon/Arduino-CloudSt…

0.3

30 Dec 23:49
c3974cc
Compare
Choose a tag to compare
0.3
Updated properties to version 0.3

"Pop" feature and error indication

22 Dec 16:13
Compare
Choose a tag to compare

Pop feature is now implemented client side.
Also the api handles now return constructs to indicate errors and more information.

0.1

18 Dec 20:31
5faea66
Compare
Choose a tag to compare
0.1
Update README.md