Skip to content

Commit

Permalink
release 1.0.45
Browse files Browse the repository at this point in the history
  • Loading branch information
cpq committed Sep 20, 2019
1 parent d2eec82 commit 3c0c019
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion library.properties
@@ -1,5 +1,5 @@
name=mDash
version=1.0.44
version=1.0.45
author=Cesanta Software Limited <support@cesanta.com>
maintainer=Cesanta Software Limited <support@cesanta.com>
sentence=Remote control and OTA for ESP32 via mdash.net IoT backend
Expand Down
Binary file modified src/esp32/libmDash.a
Binary file not shown.
Binary file modified src/esp8266/libmDash.a
Binary file not shown.
2 changes: 1 addition & 1 deletion src/mDash.h
Expand Up @@ -77,7 +77,7 @@ void mDashCLI(unsigned char input_byte);
int mDashNotify(const char *name, const char *fmt, ...);
#define mDashShadowUpdate(fmt, ...) \
mDashNotify("Dash.Shadow.Update", (fmt), __VA_ARGS__)
#define mDashSave(fmt, ...) mDashNotify("Store", (fmt), __VA_ARGS__)
#define mDashSave(fmt, ...) mDashNotify("DB.Save", (fmt), __VA_ARGS__)

// RPC API
void mDashExport(const char *name, void (*cb)(void *, void *), void *cbdata);
Expand Down

0 comments on commit 3c0c019

Please sign in to comment.