Skip to content

Commit

Permalink
release 1.0.48
Browse files Browse the repository at this point in the history
  • Loading branch information
cpq committed Sep 26, 2019
1 parent a72a010 commit 0926fce
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion library.properties
@@ -1,5 +1,5 @@
name=mDash
version=1.0.47
version=1.0.48
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.
1 change: 0 additions & 1 deletion src/mDash.h
Expand Up @@ -76,7 +76,6 @@ 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("DB.Save", (fmt), __VA_ARGS__)

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

0 comments on commit 0926fce

Please sign in to comment.