File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed
examples/simple-webserver Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 4
4
#include < husarnet.h>
5
5
6
6
// 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"
9
9
10
10
// Husarnet credentials
11
- #define HOSTNAME " esp32-arduino-webserver" ;
12
- #define JOIN_CODE " xxxxxxxxxxxxxxxxxxxx" ;
11
+ #define HOSTNAME " esp32-arduino-webserver"
12
+ #define JOIN_CODE " xxxxxxxxxxxxxxxxxxxx"
13
13
14
14
HusarnetClient husarnet;
15
15
WebServer server (80 );
Original file line number Diff line number Diff line change 1
1
name =Husarnet ESP32
2
- version =2.0.0-beta2
2
+ version =2.0.0-beta3
3
3
author =Husarnet
4
4
maintainer =Milosz Lagan, milosz.lagan@husarion.com
5
5
sentence =Connect your devices using secure P2P network layer for robots and IoT.
You can’t perform that action at this time.
0 commit comments