Skip to content

Commit

Permalink
release 1.2.10
Browse files Browse the repository at this point in the history
  • Loading branch information
cpq committed Jun 15, 2020
1 parent d3b5695 commit 84d5897
Show file tree
Hide file tree
Showing 5 changed files with 1 addition and 5 deletions.
2 changes: 1 addition & 1 deletion library.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name=mDash
version=1.2.9
version=1.2.10
author=Cesanta Software Limited <[email protected]>
maintainer=Cesanta Software Limited <[email protected]>
sentence=Remote control and OTA for ESP32 via mdash.net IoT backend
Expand Down
4 changes: 0 additions & 4 deletions other/posix.c
Original file line number Diff line number Diff line change
Expand Up @@ -77,16 +77,12 @@ int main(int argc, char *argv[]) {
time_t t = time(NULL);
strftime(now, sizeof(now), "%Y-%m-%d %H:%M:%S", gmtime(&t));

#if 0
// Store the same metric (free ram) using two methods - immediate
// notification, and pipelining via flash.
mDashNotify("DB.Store", "[%Q,%Q,%Q,%u]", "query1", now, "ram1",
mDashGetFreeRam());
mDashStore("query1", "[%Q,%Q,%u]", now, "ram2", mDashGetFreeRam());
mDashShadowUpdate("{%Q:{%Q:{%Q:%Q}}}", "state", "reported", "now", now);
#endif
mDashNotify("State.Set", "{%Q:%d,%Q:{%Q:%Q,%Q:%Q}}", "uptime", t - start,
"ota", "built", "2020-05-16 " __TIME__, "version", "1.2.5");

sleep(atoi(report_interval));
}
Expand Down
Binary file modified src/esp32/libmDash.a
Binary file not shown.
Binary file modified src/linux-x64/libmDash.a
Binary file not shown.
Binary file modified src/macos/libmDash.a
Binary file not shown.

0 comments on commit 84d5897

Please sign in to comment.