Skip to content

Commit 2765adb

Browse files
committed
Release v2.0.0-beta3
1 parent bd686ea commit 2765adb

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

examples/simple-webserver/simple-webserver.ino

+4-4
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,12 @@
44
#include <husarnet.h>
55

66
// WiFi credentials
7-
#define WIFI_SSID "wifi-network";
8-
#define WIFI_PASS "wifi-password";
7+
#define WIFI_SSID "wifi-network"
8+
#define WIFI_PASS "wifi-password"
99

1010
// Husarnet credentials
11-
#define HOSTNAME "esp32-arduino-webserver";
12-
#define JOIN_CODE "xxxxxxxxxxxxxxxxxxxx";
11+
#define HOSTNAME "esp32-arduino-webserver"
12+
#define JOIN_CODE "xxxxxxxxxxxxxxxxxxxx"
1313

1414
HusarnetClient husarnet;
1515
WebServer server(80);

library.properties

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name=Husarnet ESP32
2-
version=2.0.0-beta2
2+
version=2.0.0-beta3
33
author=Husarnet
44
maintainer=Milosz Lagan, [email protected]
55
sentence=Connect your devices using secure P2P network layer for robots and IoT.

0 commit comments

Comments
 (0)