#include <olm/olm.h>\r
#include <matrix.h>\r
\r
+#include <esp_wifi.h>\r
+\r
#define SERVER "https://matrix.org"\r
#define ACCESS_TOKEN "syt_cHNjaG8_yBvTjVTquGCikvsAenOJ_49mBMO"\r
#define DEVICE_ID "MAZNCCZLBR"\r
MatrixClientInit(&client,\r
SERVER);\r
\r
+ void wifi_init(const char *ssid, const char *pass);\r
+ wifi_init("Hundehuette", "Affensicherespw55");\r
+\r
MatrixHttpInit(&client);\r
\r
MatrixClientSetAccessToken(&client,\r