Skip to content

Commit bd686ea

Browse files
committed
Release v2.0.0-beta2
1 parent d6e8586 commit bd686ea

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

examples/simple-webserver/simple-webserver.ino

Lines changed: 4 additions & 4 deletions
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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name=Husarnet ESP32
2-
version=2.0.0-beta1
2+
version=2.0.0-beta2
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)