Skip to content

Commit

Permalink
release 1.2.12
Browse files Browse the repository at this point in the history
  • Loading branch information
cpq committed Sep 15, 2020
1 parent 109a343 commit 39971d7
Show file tree
Hide file tree
Showing 6 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions examples/Cli/Cli.ino
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@
#include <WiFi.h>

static void initWiFi(const char *ssid, const char *pass) {
if (ssid != NULL) WiFi.begin(ssid, pass); // WiFi is configured, join
if (ssid == NULL) WiFi.softAP("CliAP"); // Not configured, start AP
if (ssid != NULL) WiFi.begin((char *) ssid, pass); // WiFi is configured
if (ssid == NULL) WiFi.softAP("CliAP", pass); // Not configured, start AP
}

void setup() {
Expand Down
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.11
version=1.2.12
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
Binary file modified src/esp32/libmDash.a
Binary file not shown.
Binary file modified src/esp8266/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 39971d7

Please sign in to comment.