We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bd686ea commit 2765adbCopy full SHA for 2765adb
examples/simple-webserver/simple-webserver.ino
@@ -4,12 +4,12 @@
4
#include <husarnet.h>
5
6
// WiFi credentials
7
-#define WIFI_SSID "wifi-network";
8
-#define WIFI_PASS "wifi-password";
+#define WIFI_SSID "wifi-network"
+#define WIFI_PASS "wifi-password"
9
10
// Husarnet credentials
11
-#define HOSTNAME "esp32-arduino-webserver";
12
-#define JOIN_CODE "xxxxxxxxxxxxxxxxxxxx";
+#define HOSTNAME "esp32-arduino-webserver"
+#define JOIN_CODE "xxxxxxxxxxxxxxxxxxxx"
13
14
HusarnetClient husarnet;
15
WebServer server(80);
library.properties
@@ -1,5 +1,5 @@
1
name=Husarnet ESP32
2
-version=2.0.0-beta2
+version=2.0.0-beta3
3
author=Husarnet
maintainer=Milosz Lagan, [email protected]
sentence=Connect your devices using secure P2P network layer for robots and IoT.
0 commit comments