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 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
1414HusarnetClient husarnet;
1515WebServer server (80 );
Original file line number Diff line number Diff line change 11name =Husarnet ESP32
2- version =2.0.0-beta1
2+ version =2.0.0-beta2
33author =Husarnet
44maintainer =Milosz Lagan,
[email protected] 55sentence =Connect your devices using secure P2P network layer for robots and IoT.
You can’t perform that action at this time.
0 commit comments