Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit de1aa71

Browse files
committed
release 1.2.0
1 parent 1237673 commit de1aa71

7 files changed

Lines changed: 1 addition & 4 deletions

File tree

library.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name=mDash
2-
version=1.1.11
2+
version=1.2.0
33
author=Cesanta Software Limited <[email protected]>
44
maintainer=Cesanta Software Limited <[email protected]>
55
sentence=Remote control and OTA for ESP32 via mdash.net IoT backend

other/posix.c

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,8 +56,6 @@ int main(int argc, char *argv[]) {
5656
mDashBeginWithWifi(NULL, wifi, NULL, pass);
5757
jsonrpc_export("Shadow.Delta", onDelta, NULL);
5858

59-
mDashInitJS(4096);
60-
6159
srand(time(0));
6260
sleep(1);
6361
signal(SIGINT, sighandler);

src/esp32/libmDash.a

-13.6 KB
Binary file not shown.

src/esp8266/libmDash.a

-24.7 KB
Binary file not shown.

src/linux-x64/libmDash.a

-46.6 KB
Binary file not shown.

src/mDash.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,6 @@ void mDashSetServer(const char *, int);
4848
int mDashGetState(void); // current connection state, MDASH_EVENT_*
4949
const char *mDashGetSdkVersion(void);
5050
unsigned long mDashGetFreeRam(void);
51-
char *mDashToJson(const char *json_fmt, ...);
5251

5352
// Events
5453
enum {

src/macos/libmDash.a

-9.11 KB
Binary file not shown.

0 commit comments

Comments
 (0)