added comments to Connectivity class

This commit is contained in:
Niels
2024-06-06 13:59:38 +02:00
parent 36b0d079b2
commit b2ead915ef
2 changed files with 5 additions and 4 deletions

View File

@@ -14,8 +14,8 @@
#include <ArduinoJson.h>
class Connectivity {
// declare the class Connectivity with all functions
class Connectivity {
public:
void connectWiFi(char* ssid, char* pass);
void websocketSetup(char* ip, uint16_t port, char* adress);